Make the drop and burn procs check for footing only (#17188)

This commit is contained in:
Vi3trice
2021-12-05 18:00:30 +01:00
committed by GitHub
parent 5a4334a8ef
commit 8dfeb1b63c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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