BYPASSES THE DEEP FREEZE (#2168)

This commit is contained in:
CitadelStationBot
2017-07-28 23:51:24 -07:00
committed by kevinz000
parent 3b665e7310
commit adc7a52b8d
10 changed files with 11 additions and 12 deletions
+2
View File
@@ -122,6 +122,8 @@
/turf/open/proc/freon_gas_act()
for(var/obj/I in contents)
if(I.resistance_flags & FREEZE_PROOF)
return
if(!HAS_SECONDARY_FLAG(I, FROZEN)) //let it go
I.make_frozen_visual()
for(var/mob/living/L in contents)