Merge pull request #9233 from Firecage/Operatingcuffing

Allows you to buckle people to an operating table.
This commit is contained in:
Cheridan
2015-05-04 09:15:41 -05:00
+3
View File
@@ -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