maint access during radstorms

This commit is contained in:
LetterJay
2017-02-04 10:23:27 -06:00
parent 63a848b1b5
commit 7725248097
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
return
priority_announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert")
status_alarm()
spawn(300) revoke_maint_all_access()
/datum/weather/rad_storm/proc/status_alarm(command) //Makes the status displays show the radiation warning for those who missed the announcement.
var/datum/radio_frequency/frequency = SSradio.return_frequency(1435)
+2 -1
View File
@@ -16,4 +16,5 @@
//sound not longer matches the text, but an audible warning is probably good
/datum/round_event/radiation_storm/start()
SSweather.run_weather("radiation storm",ZLEVEL_STATION)
SSweather.run_weather("radiation storm",ZLEVEL_STATION)
make_maint_all_access()