Adds Paradise Sofas (#2623)

* Adds Paradise Sofas

* Actually enable them to be constructed

* Coding standards, sheesh

* am path guder
This commit is contained in:
Poojawa
2017-09-06 07:54:23 -05:00
committed by GitHub
parent ff4f4c63d5
commit 3ba2f650dd
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
/obj/structure/chair/sofa
name = "old ratty sofa"
icon_state = "sofamiddle"
icon = 'icons/obj/sofa.dmi'
buildstackamount = 1
/obj/structure/chair/sofa/left
icon_state = "sofaend_left"
/obj/structure/chair/sofa/right
icon_state = "sofaend_right"
/obj/structure/chair/sofa/corner
icon_state = "sofacorner"