Adds New Shuttle Chairs (#38539)
* I'm crashing this shuttle with no survivors. * comma comma comma comma comma chameleon
This commit is contained in:
@@ -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 ..()
|
||||
Reference in New Issue
Block a user