Makes false alarm use more explicit in event code.

This commit is contained in:
AnturK
2017-11-11 21:35:49 +01:00
committed by CitadelStationBot
parent 662c42b450
commit f6e07cf824
47 changed files with 952 additions and 47 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)