Skip to content

Commit

Permalink
Update code/game/machinery/biohazard_lockdown.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar authored May 1, 2024
1 parent 99b4161 commit 4d366d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/biohazard_lockdown.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GLOBAL_VAR_INIT(med_lockdown_state, LOCKDOWN_READY)
prompt = tgui_alert(src, "Do you want to use a custom announcement?", "Choose.", list("Yes", "No"), 20 SECONDS)
if(prompt == "Yes")
var/message = tgui_input_text(src, "Please enter announcement text.", "what?")
biohazard_lockdown(usr, message, TRUE)
biohazard_lockdown(usr, message, admin = TRUE)
else
biohazard_lockdown(usr, admin = TRUE)
return TRUE
Expand Down

0 comments on commit 4d366d4

Please sign in to comment.