mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
You can no longer kidnap ghosts with a moving table (#56614)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user