Skip to content

Commit

Permalink
Placing someone on an operating table now actually buckles them (#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Jun 26, 2024
1 parent 476d5fa commit 206024c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monkestation/code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/obj/structure/table/optable/tablepush(mob/living/user, mob/living/pushed_mob)
. = ..()
buckle_mob(pushed_mob)

/obj/structure/table/sandstone
name = "sandstone table"
desc = "Woah! A sandstone TABLE!!"
Expand Down

0 comments on commit 206024c

Please sign in to comment.