mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] [MDB Ignore] DELTASTATION: Remaps science, medbay, the chapel, and the library, and a whole lot more. Featuring mass driver. The Alpha and the Omega. [MDB IGNORE] (#15202)
This commit is contained in:
+45582
-38118
File diff suppressed because it is too large
Load Diff
@@ -78,7 +78,7 @@ trait_name = "Station"
|
||||
map_files = ["deltastation_barber.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/deltastation/"
|
||||
required_map = "DeltaStation2.dmm"
|
||||
coordinates = [146, 107, 1]
|
||||
coordinates = [146, 109, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Deltastation Prison
|
||||
@@ -89,6 +89,14 @@ required_map = "DeltaStation2.dmm"
|
||||
coordinates = [189, 154, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Deltastation Med-Sci Sec Post
|
||||
[templates.deltastation_med_sci_secpost]
|
||||
map_files = ["deltastation_med_sci_secpost.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/deltastation/"
|
||||
required_map = "DeltaStation2.dmm"
|
||||
coordinates = [141, 85, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Deltastation NTR Office
|
||||
[templates.deltastation_ntrep_office]
|
||||
map_files = ["deltastation_ntrep_office.dmm"]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,36 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/security/checkpoint/medical/medsci)
|
||||
"r" = (
|
||||
/obj/structure/closet/secure_closet/security/science,
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/red/fourcorners,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/security/checkpoint/medical/medsci)
|
||||
"E" = (
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/red/fourcorners,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/closet/secure_closet/security/med,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/security/checkpoint/medical/medsci)
|
||||
"Z" = (
|
||||
/turf/closed/wall/r_wall,
|
||||
/area/station/security/checkpoint/medical/medsci)
|
||||
|
||||
(1,1,1) = {"
|
||||
Z
|
||||
a
|
||||
a
|
||||
Z
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
a
|
||||
r
|
||||
E
|
||||
a
|
||||
"}
|
||||
@@ -40,6 +40,9 @@
|
||||
name = "EVA Maintenance"
|
||||
icon_state = "maint_eva"
|
||||
|
||||
/area/station/maintenance/department/eva/abandoned
|
||||
name = "Abandoned EVA Storage"
|
||||
|
||||
/area/station/maintenance/department/electrical
|
||||
name = "Electrical Maintenance"
|
||||
icon_state = "maint_electrical"
|
||||
@@ -550,6 +553,10 @@
|
||||
name = "\improper Cafeteria"
|
||||
icon_state = "cafeteria"
|
||||
|
||||
/area/station/service/barber
|
||||
name = "\improper Barber"
|
||||
icon_state = "barber"
|
||||
|
||||
/area/station/service/kitchen
|
||||
name = "\improper Kitchen"
|
||||
icon_state = "kitchen"
|
||||
@@ -1194,6 +1201,9 @@
|
||||
name = "Security Post - Medbay"
|
||||
icon_state = "checkpoint_med"
|
||||
|
||||
/area/station/security/checkpoint/medical/medsci
|
||||
name = "Security Post - Medsci"
|
||||
|
||||
/area/station/security/checkpoint/science
|
||||
name = "Security Post - Science"
|
||||
icon_state = "checkpoint_sci"
|
||||
@@ -1349,6 +1359,10 @@
|
||||
name = "\improper Research Division Server Room"
|
||||
icon_state = "server"
|
||||
|
||||
/area/station/science/circuits
|
||||
name = "\improper Circuit Lab"
|
||||
icon_state = "cir_lab"
|
||||
|
||||
/area/station/science/explab
|
||||
name = "\improper Experimentation Lab"
|
||||
icon_state = "exp_lab"
|
||||
@@ -1358,6 +1372,9 @@
|
||||
name = "\improper Auxillary Lab"
|
||||
icon_state = "aux_lab"
|
||||
|
||||
/area/station/science/auxlab/firing_range
|
||||
name = "\improper Research Firing Range"
|
||||
|
||||
/area/station/science/robotics
|
||||
name = "Robotics"
|
||||
icon_state = "robotics"
|
||||
|
||||
@@ -197,7 +197,12 @@ GLOBAL_LIST_INIT(department_order_cooldowns, list(
|
||||
/obj/machinery/computer/department_orders/medical
|
||||
name = "medical order console"
|
||||
circuit = /obj/item/circuitboard/computer/medical_orders
|
||||
department_delivery_areas = list(/area/station/medical/medbay/central)
|
||||
department_delivery_areas = list(
|
||||
/area/station/medical/medbay/central,
|
||||
/area/station/medical/medbay,
|
||||
/area/station/medical/treatment_center,
|
||||
/area/station/medical/storage,
|
||||
)
|
||||
override_access = ACCESS_CMO
|
||||
req_one_access = REGION_ACCESS_MEDBAY
|
||||
dep_groups = list("Medical")
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user