DELTASTATION: Complete service + arrivals revamp, cargo tweaks (some maintenance was harmed in the making of this pr) (#62972)

This commit is contained in:
MrMelbert
2021-11-29 16:44:05 -07:00
committed by GitHub
parent 1609ee074d
commit 1b6fbbb20e
3 changed files with 33324 additions and 28595 deletions
File diff suppressed because it is too large Load Diff
+7
View File
@@ -686,6 +686,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/area/service/kitchen/diner
name = "\improper Diner"
/area/service/kitchen/abandoned
name = "\improper Abandoned Kitchen"
/area/service/bar
name = "\improper Bar"
icon_state = "bar"
@@ -715,6 +718,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/area/service/abandoned_gambling_den/secondary
icon_state = "abandoned_g_den_2"
/area/service/abandoned_gambling_den/gaming
name = "\improper Abandoned Gaming Den"
icon_state = "abandoned_g_den_2"
/area/service/theater
name = "\improper Theater"
icon_state = "theatre"
@@ -774,3 +774,10 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/urinal, 32)
/obj/structure/curtain/cloth/fancy/mechanical/attack_hand(mob/user, list/modifiers)
return
/obj/structure/curtain/cloth/fancy/mechanical/start_closed
icon_state = "cur_fancy-closed"
/obj/structure/curtain/cloth/fancy/mechanical/start_closed/Initialize(mapload)
. = ..()
close()