False alarm will no longer blow lights if it choses the undead event

This commit is contained in:
alex-gh
2013-12-06 16:20:51 +01:00
parent d1f5337892
commit 9af296d228
+1 -2
View File
@@ -3,12 +3,11 @@
startWhen = 2
announceWhen = 3
oneShot = 1
setup()
start()
var/datum/event/electrical_storm/RS = new
RS.lightsoutAmount = pick(2,2,3)
RS.start()
RS.kill()
start()
for(var/area/A)
if(A.z != 1) continue //Spook on main station only.
if(A.luminosity) continue