mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Adds Uncrossed to forceMove (#39434)
Objects picked up from tables blocking throws will no longer be forever unthrowable
This commit is contained in:
committed by
Tad Hardesty
parent
59c2aaa8a6
commit
b7fbcbbbdd
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user