mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
@@ -0,0 +1,19 @@
|
||||
/obj/structure/bed/chair/oldsofa //Original Paradise port kept in the event players like these couches.
|
||||
name = "sofa"
|
||||
desc = "It's a couch. It looks kinda dingy."
|
||||
icon = 'icons/obj/furniture_ch.dmi'
|
||||
icon_state = "sofamiddleOLD"
|
||||
base_icon = "sofamiddleOLD"
|
||||
applies_material_colour = 0
|
||||
|
||||
/obj/structure/bed/chair/oldsofa/left
|
||||
icon_state = "sofaend_leftOLD"
|
||||
base_icon = "sofaend_leftOLD"
|
||||
|
||||
/obj/structure/bed/chair/oldsofa/right
|
||||
icon_state = "sofaend_rightOLD"
|
||||
base_icon = "sofaend_rightOLD"
|
||||
|
||||
/obj/structure/bed/chair/oldsofa/corner
|
||||
icon_state = "sofacornerOLD"
|
||||
base_icon = "sofacornerOLD"
|
||||
Reference in New Issue
Block a user