Skip to content

Commit

Permalink
and some spacing here
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 31, 2023
1 parent 9e2268f commit 8f78098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/admin/topic/topic_events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
em_call.mob_max = humans.len
em_call.players_to_offer = humans
em_call.owner = owner

var/quiet_launch = TRUE
var/ql_prompt = tgui_alert(usr, "Would you like to broadcast the beacon launch? This will reveal the distress beacon to all players.", "Announce distress beacon?", list("Yes", "No"), 20 SECONDS)
if(ql_prompt == "Yes")
Expand All @@ -214,6 +215,7 @@
var/ar_prompt = tgui_alert(usr, "Would you like to announce the beacon received message? This will reveal the distress beacon to all players.", "Announce beacon received?", list("Yes", "No"), 20 SECONDS)
if(ar_prompt == "Yes")
announce_receipt = TRUE

log_debug("ERT DEBUG (CUSTOM SET): [quiet_launch] - [announce_receipt]")
em_call.activate(quiet_launch, announce_receipt)

Expand Down

0 comments on commit 8f78098

Please sign in to comment.