diff --git a/code/game/turfs/simulated/floor/chasm.dm b/code/game/turfs/simulated/floor/chasm.dm index 2460f12d5bd..ab1d0711071 100644 --- a/code/game/turfs/simulated/floor/chasm.dm +++ b/code/game/turfs/simulated/floor/chasm.dm @@ -76,6 +76,9 @@ return TRUE return FALSE +/turf/simulated/floor/chasm/ex_act(severity) + return + /turf/simulated/floor/chasm/proc/drop_stuff(AM) . = 0 if(find_safeties())