From 03ca264eb1a4dea7dda4d2b67612edd1bb7b332a Mon Sep 17 00:00:00 2001 From: Firecage Date: Wed, 29 Apr 2015 16:04:22 +0200 Subject: [PATCH] Allows you to buckle people to an operating table. --- code/game/objects/structures/OpTable.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/structures/OpTable.dm b/code/game/objects/structures/OpTable.dm index fc83ebf771a..05e9069d3ae 100644 --- a/code/game/objects/structures/OpTable.dm +++ b/code/game/objects/structures/OpTable.dm @@ -5,6 +5,9 @@ icon_state = "optable" density = 1 anchored = 1 + can_buckle = 1 + buckle_lying = 1 + buckle_requires_restraints = 1 var/mob/living/carbon/human/patient = null var/obj/machinery/computer/operating/computer = null