Made the new chairs steelsheet constructable

This commit is contained in:
Aronai Sieyes
2020-02-29 13:02:43 -05:00
parent e5b9cb57de
commit db04d43f2c
2 changed files with 31 additions and 10 deletions
@@ -59,9 +59,6 @@
applies_material_colour = 0
// Baystation12 chairs with their larger update_icons proc
/obj/structure/bed/chair/bay
anchored = 1
/obj/structure/bed/chair/bay/update_icon()
// Strings.
desc = initial(desc)
@@ -218,13 +215,6 @@
base_icon = "capchair"
buckle_movable = 1
/obj/structure/bed/chair/bay/comfy/captain
name = "captain chair"
desc = "It's a chair. Only for the highest ranked asses."
icon_state = "capchair_preview"
base_icon = "capchair"
buckle_movable = 1
/obj/structure/bed/chair/bay/comfy/captain/update_icon()
..()
var/image/I = image(icon, "[base_icon]_special")