You can no longer kidnap ghosts with a moving table (#56614)

This commit is contained in:
Qustinnus
2021-02-05 01:13:58 -08:00
committed by GitHub
parent c83bc7cb7d
commit d4550b8bca
+2 -2
View File
@@ -294,8 +294,8 @@
/obj/structure/table/rolling/Moved(atom/OldLoc, Dir)
. = ..()
for(var/mob/M in OldLoc.contents)//Kidnap everyone on top
M.forceMove(loc)
for(var/mob/living/living_mob in OldLoc.contents)//Kidnap everyone on top
living_mob.forceMove(loc)
for(var/x in attached_items)
var/atom/movable/AM = x
if(!AM.Move(loc))