Merge pull request #1005 from Fox-McCloud/LINDA-Fix

LINDA-Fix: Mobs On Fire
This commit is contained in:
ZomgPonies
2015-05-11 00:46:21 -04:00
+5
View File
@@ -57,6 +57,7 @@
/obj/effect/hotspot/New()
..()
air_master.hotspots += src
perform_exposure()
/obj/effect/hotspot/proc/perform_exposure()
var/turf/simulated/floor/location = loc
@@ -175,3 +176,7 @@
air_update_turf()
return
/obj/effect/hotspot/Crossed(mob/living/L)
..()
if(isliving(L))
L.fire_act()