mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MANUAL MIRROR OF 9774 AND 9798] DELTASTATION: Complete service + arrivals revamp, cargo tweaks (some maintenance was harmed in the making of this pr) (#9779)
* DELTASTATION: Complete service + arrivals revamp, cargo tweaks (some maintenance was harmed in the making of this pr) (#62972) * manually update our modular map mmm * shuddle * vacant office > NT rep office now with lights * ' * did i even make a change? * ggggggg * reinforced + spawn * Manual mirror of #9798 Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
+33782
-29078
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user