From ab9da9bc959bee5b43b865372883c44ee4d0b2a3 Mon Sep 17 00:00:00 2001 From: Adrer Date: Tue, 10 Nov 2020 15:26:39 +0100 Subject: [PATCH] Makes holodeck stools immovable --- code/game/machinery/computer/HolodeckControl.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/HolodeckControl.dm b/code/game/machinery/computer/HolodeckControl.dm index 15ebbd360f5..3bdcf8766af 100644 --- a/code/game/machinery/computer/HolodeckControl.dm +++ b/code/game/machinery/computer/HolodeckControl.dm @@ -375,6 +375,7 @@ /obj/structure/chair/stool/holostool flags = NODECONSTRUCT + item_chair = null /obj/item/clothing/gloves/boxing/hologlove name = "boxing gloves"