Let's err on the side of caution and make the engineering smes immune.

This commit is contained in:
Shadowlight213
2016-08-21 21:30:06 -07:00
parent 74ae1a75fb
commit 70c02bb365
+1 -1
View File
@@ -16,7 +16,7 @@
/datum/round_event/grid_check/start()
for(var/obj/machinery/power/smes/S in machines)
if(istype(get_area(S), /area/turret_protected) || S.z != ZLEVEL_STATION)
if(istype(get_area(S), /area/turret_protected) || istype(get_area(S), /area/engine/engine_smes) || S.z != ZLEVEL_STATION)
continue
S.energy_fail(rand(15,30))