diff --git a/code/modules/holodeck/HolodeckObjects.dm b/code/modules/holodeck/HolodeckObjects.dm
index a6273a7423..1971f04bcc 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