fix issue

This commit is contained in:
Joan Lung
2016-08-28 21:13:08 -04:00
parent 157915c55d
commit 58459e6239
+1 -1
View File
@@ -628,7 +628,7 @@
for(var/thing in contents)
if(droppable(thing))
. = 1
drop(thing)
addtimer(src, "drop", 0, FALSE, thing)
/turf/open/chasm/proc/droppable(atom/movable/AM)
if(!isliving(AM) && !isobj(AM))