fixes them not showing up

This commit is contained in:
praisenarsie
2018-06-22 16:40:40 +01:00
parent 82694bcf3b
commit 8ffe48a336
@@ -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!