mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Make the drop and burn procs check for footing only (#17188)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
|
||||
/turf/simulated/floor/chasm/proc/drop_stuff(AM)
|
||||
. = 0
|
||||
if(is_safe())
|
||||
if(find_safeties())
|
||||
return FALSE
|
||||
var/thing_to_check = src
|
||||
if(AM)
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
/turf/simulated/floor/plating/lava/proc/burn_stuff(AM)
|
||||
. = 0
|
||||
|
||||
if(is_safe())
|
||||
if(find_safeties())
|
||||
return FALSE
|
||||
|
||||
var/thing_to_check = src
|
||||
|
||||
Reference in New Issue
Block a user