Everything should be good!

This commit is contained in:
kevinz000
2019-01-07 03:28:02 -08:00
parent a9aa961259
commit ced118076b
5 changed files with 5 additions and 6 deletions

View File

@@ -102,7 +102,7 @@
return
/atom/proc/Bumped(AM as mob|obj)
return
set waitfor = FALSE
// Convenience proc to see if a container is open for chemistry handling
// returns true if open
@@ -493,7 +493,7 @@
if(!istype(drop_destination) || drop_destination == destination)
return forceMove(destination)
destination = drop_destination
return forceMove(null)
return moveToNullspace()
/atom/proc/onDropInto(var/atom/movable/AM)
return // If onDropInto returns null, then dropInto will forceMove AM into us.