* Adds Paradise Sofas * Actually enable them to be constructed * Coding standards, sheesh * am path guder
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
/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" |