mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
fix issue
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user