mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Lava uses wrong subsystem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user