mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Casinoship map rework!
Changed up casino ship to have a nice garden and also pool and sauna, removed some redundant dorm rooms, shifted things around a bit to make it a little less spacious and empty. Also added things from all the improvements Ive made!
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
/obj/structure/bed/chair/sofa
|
||||
name = "sofa"
|
||||
desc = "A padded, comfy sofa. Great for lazing on."
|
||||
icon = 'icons/obj/furniture_ch.dmi' //CHOMPEDIT: Improving on the sofas by making them visually change with padding
|
||||
icon = 'icons/obj/furniture_ch.dmi' //CHOMPstation edit: Improving on the sofas by making them visually change with padding
|
||||
base_icon = "sofamiddle"
|
||||
icon_state = "sofamiddle" //CHOMPstation edit: preview in map maker
|
||||
|
||||
/obj/structure/bed/chair/sofa/left
|
||||
base_icon = "sofaend_left"
|
||||
icon_state = "sofaend_left" //CHOMPstation edit: preview in map maker
|
||||
|
||||
/obj/structure/bed/chair/sofa/right
|
||||
base_icon = "sofaend_right"
|
||||
icon_state = "sofaend_right" //CHOMPstation edit: preview in map maker
|
||||
|
||||
/obj/structure/bed/chair/sofa/corner
|
||||
base_icon = "sofacorner"
|
||||
icon_state = "sofacorner" //CHOMPstation edit: preview in map maker
|
||||
|
||||
/obj/structure/bed/chair/sofa/corner/update_layer()
|
||||
if(src.dir == NORTH || src.dir == WEST)
|
||||
|
||||
Reference in New Issue
Block a user