Merge pull request #112 from Seteron14/rad_maint

Rad storm emergency maint
This commit is contained in:
LetterJay
2016-12-26 04:52:30 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -161,4 +161,5 @@
/datum/weather/rad_storm/end()
if(..())
return
priority_announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert")
priority_announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert")
spawn(300) revoke_maint_all_access()

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",1)
SSweather.run_weather("radiation storm",1)
make_maint_all_access()