Skip to content

Commit

Permalink
Remove period
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 13, 2023
1 parent d5e924a commit 85f2af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/tabs/event_tab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
if(!check_rights(R_ADMIN))
return
var/nuketype = "Decrypted Operational Nuke"
var/encrypt = tgui_alert(src, "Do you want the nuke to be already decrypted?", "Nuke Type.", list("Encrypted", "Decrypted"), 20 SECONDS)
var/encrypt = tgui_alert(src, "Do you want the nuke to be already decrypted?", "Nuke Type", list("Encrypted", "Decrypted"), 20 SECONDS)
if(encrypt == "Encrypted")
nuketype = "Encrypted Operational Nuke"
var/prompt = tgui_alert(src, "THIS CAN BE USED TO END THE ROUND. Are you sure you want to spawn a nuke? The nuke will be put onto the ASRS Lift.", "DEFCON 1", list("No", "Yes"), 30 SECONDS)
Expand Down

0 comments on commit 85f2af0

Please sign in to comment.