mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Merge pull request #1005 from Fox-McCloud/LINDA-Fix
LINDA-Fix: Mobs On Fire
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user