Single Sofa Chair

This commit is contained in:
quotefox
2021-06-19 00:48:54 +01:00
parent f5c472fb4f
commit 0d54d98d67
3 changed files with 12 additions and 0 deletions
@@ -45,6 +45,17 @@
color = "#ffffff"
item_chair = ""
/obj/structure/chair/sofachair
name = "sofa chair"
desc = "A leather sofa chair."
icon = 'icons/obj/chairs.dmi'
icon_state = "sofachair"
color = "#ffffff"
item_chair = ""
/obj/structure/chair/sofachair/GetArmrest()
return mutable_appearance('icons/obj/chairs.dmi', "sofachair_armrest")
/obj/structure/chair/examine(mob/user)
. = ..()
. += "<span class='notice'>It's held together by a couple of <b>bolts</b>.</span>"