Adds New Shuttle Chairs (#38539)

* I'm crashing this shuttle with no survivors.

* comma comma comma comma comma chameleon
This commit is contained in:
fludd12
2018-06-17 12:16:48 -04:00
committed by letterjay
parent 3fe0ec584c
commit 96b620d540
44 changed files with 256 additions and 243 deletions
@@ -407,3 +407,16 @@
. = ..()
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_state = "shuttle_chair"
buildstackamount = 2
var/mutable_appearance/armrest
item_chair = null
/obj/structure/chair/shuttle/Initialize()
armrest = mutable_appearance('icons/obj/chairs.dmi', "shuttle_chair_armrest")
armrest.layer = ABOVE_MOB_LAYER
return ..()