mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Made the new chairs steelsheet constructable
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user