From 8b84e857ebb79270ff67c7e6ac13ecc91ca7578e Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sun, 30 Apr 2017 18:46:00 -0400 Subject: [PATCH] Adds holobeds --- code/modules/holodeck/HolodeckObjects.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/holodeck/HolodeckObjects.dm b/code/modules/holodeck/HolodeckObjects.dm index a6273a74233..1971f04bcc3 100644 --- a/code/modules/holodeck/HolodeckObjects.dm +++ b/code/modules/holodeck/HolodeckObjects.dm @@ -231,7 +231,15 @@ if(istype(W, /obj/item/weapon/wrench)) user << ("It's a holochair, you can't dismantle it!") return +//VOREStation Add +/obj/structure/bed/holobed/Destroy() + ..() +/obj/structure/bed/holobed/attackby(obj/item/weapon/W as obj, mob/user as mob) + if(istype(W, /obj/item/weapon/wrench)) + user << ("It's a holochair, you can't dismantle it!") + return +//VOREStation Add End /obj/item/weapon/holo damtype = HALLOSS no_attack_log = 1