Makes false alarm use more explicit in event code. (#32559)

This commit is contained in:
AnturK
2017-11-11 18:35:49 -02:00
committed by Leo
parent 0f0d39ebff
commit 3093d86897
47 changed files with 79 additions and 60 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
/datum/round_event/processor_overload
announceWhen = 1
/datum/round_event/processor_overload/announce()
/datum/round_event/processor_overload/announce(fake)
var/alert = pick( "Exospheric bubble inbound. Processor overload is likely. Please contact you*%xp25)`6cq-BZZT", \
"Exospheric bubble inbound. Processor overload is likel*1eta;c5;'1v¬-BZZZT", \
"Exospheric bubble inbound. Processor ov#MCi46:5.;@63-BZZZZT", \
@@ -22,7 +22,7 @@
// Announce most of the time, but leave a little gap so people don't know
// whether it's, say, a tesla zapping tcomms, or some selective
// modification of the tcomms bus
if(prob(80))
if(prob(80) || fake)
priority_announce(alert)