diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index f882d328baf..2d8da625c67 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -83,7 +83,7 @@ if(tableclimber && tableclimber != user) tableclimber.Weaken(2) tableclimber.visible_message("[tableclimber.name] has been knocked off the table", "You're knocked off the table!", "You see [tableclimber.name] get knocked off the table") - + ..() /obj/structure/table/attack_tk() // no telehulk sorry return @@ -100,6 +100,7 @@ return !density /obj/structure/table/MouseDrop_T(atom/movable/O, mob/user) + ..() if(ismob(O) && user == O && ishuman(user)) if(user.canmove) climb_table(user)