Adds Uncrossed to forceMove (#39434)

Objects picked up from tables blocking throws will no longer be forever
unthrowable
This commit is contained in:
Emmett Gaines
2018-07-29 15:46:02 -07:00
committed by Tad Hardesty
parent 59c2aaa8a6
commit b7fbcbbbdd
+2
View File
@@ -378,6 +378,8 @@
oldloc.Exited(src, destination)
if(old_area)
old_area.Exited(src, destination)
for(var/atom/movable/AM in oldloc)
AM.Uncrossed(src)
var/turf/oldturf = get_turf(oldloc)
var/turf/destturf = get_turf(destination)
var/old_z = (oldturf ? oldturf.z : null)