From 10d07a2bfb2f50f1288ff06ee201e5a5cd5c3a9e Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 1 Jul 2021 17:40:17 -0400 Subject: [PATCH] Shuttle chair swap --- .../objects/structures/stool_bed_chair_nest/chairs.dm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index 1690b21a44..0bdc32340f 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -83,10 +83,15 @@ /obj/structure/bed/chair/shuttle name = "chair" - desc = "You sit in this. Either by will or force." icon_state = "shuttlechair" - color = null base_icon = "shuttlechair" + color = null + applies_material_colour = 0 + +/obj/structure/bed/chair/shuttle_padded + icon_state = "shuttlechair2" + base_icon = "shuttlechair2" + color = null applies_material_colour = 0 // Leaving this in for the sake of compilation.