Skip to content

Commit

Permalink
small change to announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 25, 2023
1 parent c49639b commit b7b4b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/topic/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@
var/mob/ref_person = locate(href_list["nukedeny"])
if(!istype(ref_person))
return FALSE
marine_announcement("Your request for nuclear ordnance deployment has been reviewed and denied by USCM High Command due to operational security and colonial preservation reasons. Have a good day.", "NUCLEAR ORDNANCE DENIED", 'sound/misc/notice2.ogg', logging = ARES_LOG_MAIN)
marine_announcement("Your request for nuclear ordnance deployment has been reviewed and denied by USCM High Command for operational security and colonial preservation reasons. Have a good day.", "NUCLEAR ORDNANCE DENIED", 'sound/misc/notice2.ogg', logging = ARES_LOG_MAIN)
log_game("[key_name_admin(usr)] has denied nuclear ordnance, requested by [key_name_admin(ref_person)]")
message_admins("[key_name_admin(usr)] has dnied nuclear ordnance, requested by [key_name_admin(ref_person)]")

Expand Down

0 comments on commit b7b4b1f

Please sign in to comment.