Lava uses wrong subsystem

This commit is contained in:
Aronai Sieyes
2020-03-30 16:11:30 -04:00
parent cdb2336bf7
commit 7ea2c4fcb2
+3 -3
View File
@@ -39,15 +39,15 @@
/turf/simulated/floor/lava/Entered(atom/movable/AM)
if(burn_stuff(AM))
START_PROCESSING(SSobj, src)
START_PROCESSING(SSturfs, src)
/turf/simulated/floor/lava/hitby(atom/movable/AM)
if(burn_stuff(AM))
START_PROCESSING(SSobj, src)
START_PROCESSING(SSturfs, src)
/turf/simulated/floor/lava/process()
if(!burn_stuff())
STOP_PROCESSING(SSobj, src)
return PROCESS_KILL
/turf/simulated/floor/lava/proc/is_safe()
//if anything matching this typecache is found in the lava, we don't burn things