mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Added Chinese Restaurant and barber shop updates, plus some bugfixes
This commit is contained in:
@@ -193,4 +193,14 @@
|
||||
/obj/structure/sign/singulo
|
||||
name = "\improper singulo painting"
|
||||
desc = "A mesmerizing painting of a singularity. It seems to suck you in..."
|
||||
icon_state = "singulo"
|
||||
icon_state = "singulo"
|
||||
|
||||
/obj/structure/sign/barber
|
||||
name = "\improper barber shop sign"
|
||||
desc = "A spinning sign indicating a barbershop is near."
|
||||
icon_state = "barber"
|
||||
|
||||
/obj/structure/sign/chinese
|
||||
name = "\improper chinese restaurant sign"
|
||||
desc = "A glowing dragon invites you in"
|
||||
icon_state = "chinese"
|
||||
@@ -127,4 +127,16 @@
|
||||
icon_state = "officechair_dark"
|
||||
|
||||
/obj/structure/stool/bed/chair/barber
|
||||
icon_state = "barber_chair"
|
||||
icon_state = "barber_chair"
|
||||
|
||||
/obj/structure/stool/bed/chair/sofa
|
||||
name = "old ratty sofa"
|
||||
icon_state = "sofamiddle"
|
||||
anchored = 1
|
||||
density = 1
|
||||
/obj/structure/stool/bed/chair/sofa/left
|
||||
icon_state = "sofaend_left"
|
||||
/obj/structure/stool/bed/chair/sofa/right
|
||||
icon_state = "sofaend_right"
|
||||
/obj/structure/stool/bed/chair/sofa/corner
|
||||
icon_state = "sofacorner"
|
||||
|
||||
Reference in New Issue
Block a user