mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
port 0.9.9.9
just uploading so others can see work, still not ready for commitment
This commit is contained in:
@@ -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