mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
DELTASTATION: Complete service + arrivals revamp, cargo tweaks (some maintenance was harmed in the making of this pr) (#62972)
This commit is contained in:
+33310
-28595
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