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:
Shadowfire
2020-03-09 21:06:46 +01:00
parent f5999569a9
commit e98aec9157
4 changed files with 711 additions and 4 deletions
@@ -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)