From 8ffe48a336ef6eb2bcad84a1a4b571f4ab36e269 Mon Sep 17 00:00:00 2001 From: praisenarsie Date: Fri, 22 Jun 2018 16:40:40 +0100 Subject: [PATCH] fixes them not showing up --- code/game/objects/structures/beds_chairs/chair.dm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index 57dfcaa78eb..47278179454 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -192,11 +192,6 @@ /obj/structure/chair/comfy/lime color = rgb(255,251,0) -/obj/structure/chair/shuttle - name = "shuttle seat" - desc = "A comfortable, secure seat. It has a more sturdy looking buckling system, for smoother flights." - icon_state = "shuttle_chair" //thanks gannets! - /obj/structure/chair/office anchored = FALSE buildstackamount = 5 @@ -414,3 +409,10 @@ . = ..() if(has_gravity()) playsound(src, 'sound/machines/clockcult/integration_cog_install.ogg', 50, TRUE) + +/obj/structure/chair/shuttle + name = "shuttle seat" + desc = "A comfortable, secure seat. It has a more sturdy looking buckling system, for smoother flights." + icon = 'goon/icons/obj/chairs.dmi' + icon_state = "shuttle_chair" //thanks gannets! +