Removes auto maint access

Slightly increases rad damage.
This commit is contained in:
Shadowlight213
2016-08-21 18:58:22 -07:00
parent 68a877a12b
commit 02f4d6cf0b
2 changed files with 2 additions and 9 deletions
+1 -7
View File
@@ -153,10 +153,4 @@
else
randmutg(H)
H.domutcheck()
L.rad_act(15,1)
/datum/weather/rad_storm/end()
if(..())
return
priority_announce("The radiation threat has passed. Please return to your workplaces. Maintenance access restrictions will be restored shortly.", "Anomaly Alert")
addtimer(GLOBAL_PROC, "revoke_maint_all_access", 300, TRUE)
L.rad_act(20,1)
+1 -2
View File
@@ -12,8 +12,7 @@
announceWhen = 1
/datum/round_event/radiation_storm/announce()
priority_announce("High levels of radiation detected near the station. Maintenance is best shielded from radiation. Maintenance access restrictions will be temporarily lifted.", "Anomaly Alert", 'sound/AI/radiation.ogg')
make_maint_all_access()
priority_announce("High levels of radiation detected near the station. Maintenance is best shielded from radiation.", "Anomaly Alert", 'sound/AI/radiation.ogg')
//sound not longer matches the text, but an audible warning is probably good
/datum/round_event/radiation_storm/start()