mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[DNM] port of kilostation back from Bubber (#25900)
* port of kilostation back from Bubber * Gave the gbp machine a proper place to spawn * Fixes direction of one of the reflectors in SM setup
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
// SKYRAT EDIT ADDITON START - Compiling our modular maps too!
|
||||
#include "map_files\VoidRaptor\VoidRaptor.dmm"
|
||||
#include "map_files\NSVBlueshift\Blueshift.dmm"
|
||||
#include "map_files\KiloStation\KiloStation.dmm"
|
||||
// SKYRAT EDIT END
|
||||
|
||||
#ifdef CIBUILDING
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"map_name": "Kilo Station",
|
||||
"map_path": "map_files/KiloStation",
|
||||
"map_file": "KiloStation.dmm",
|
||||
"shuttles": {
|
||||
"emergency": "emergency_kilo",
|
||||
"ferry": "ferry_kilo",
|
||||
"cargo": "cargo_kilo",
|
||||
"whiteship": "whiteship_kilo"
|
||||
},
|
||||
"traits": [
|
||||
{
|
||||
"Linkage": "Cross",
|
||||
"Bombcap Multiplier": 0.7
|
||||
}
|
||||
],
|
||||
"job_changes": {
|
||||
"Cook": {
|
||||
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
|
||||
},
|
||||
"Captain": {
|
||||
"special_charter": "asteroid"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -383,3 +383,43 @@ directory = "_maps/skyrat/automapper/templates/mining/"
|
||||
required_map = "Lavaland.dmm"
|
||||
coordinates = [223, 224, 1]
|
||||
trait_name = "Mining"
|
||||
|
||||
# Kilostation Armory
|
||||
[templates.kilostation_armory]
|
||||
map_files = ["kilostation_armory.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/kilostation/"
|
||||
required_map = "kilostation.dmm"
|
||||
coordinates = [81, 78, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Kilostation Arrivals
|
||||
[templates.kilostation_arrivals]
|
||||
map_files = ["kilostation_arrivals.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/kilostation/"
|
||||
required_map = "KiloStation.dmm"
|
||||
coordinates = [151, 80, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Kilostation ERT Bay and Barber
|
||||
[templates.kilostation_ert_bay]
|
||||
map_files = ["kilostation_ert_bay.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/kilostation/"
|
||||
required_map = "KiloStation.dmm"
|
||||
coordinates = [77, 151, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Kilostation Cryo
|
||||
[templates.kilostation_cryo]
|
||||
map_files = ["kilostation_cryo.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/kilostation/"
|
||||
required_map = "KiloStation.dmm"
|
||||
coordinates = [59, 118, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
# Kilostation Supermatter Chamber
|
||||
[templates.kilostation_supermatter]
|
||||
map_files = ["kilostation_supermatter.dmm"]
|
||||
directory = "_maps/skyrat/automapper/templates/kilostation/"
|
||||
required_map = "KiloStation.dmm"
|
||||
coordinates = [140, 72, 1]
|
||||
trait_name = "Station"
|
||||
|
||||
@@ -0,0 +1,448 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/spawner/random/armory/riot_armor,
|
||||
/obj/effect/spawner/random/armory/riot_helmet,
|
||||
/obj/effect/spawner/random/armory/riot_shield,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"b" = (
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"c" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 10
|
||||
},
|
||||
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"d" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/corner,
|
||||
/obj/effect/turf_decal/tile/red/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"e" = (
|
||||
/obj/machinery/flasher/portable,
|
||||
/obj/effect/turf_decal/box,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"f" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"h" = (
|
||||
/obj/item/storage/box/teargas{
|
||||
pixel_x = 3;
|
||||
pixel_y = 3
|
||||
},
|
||||
/obj/item/storage/box/handcuffs,
|
||||
/obj/item/storage/box/flashbangs{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/structure/table,
|
||||
/obj/structure/extinguisher_cabinet/directional/east,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"j" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/key/security,
|
||||
/obj/item/key/security,
|
||||
/obj/item/gun/energy/e_gun/dragnet,
|
||||
/obj/item/gun/energy/e_gun/dragnet{
|
||||
pixel_x = -4;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/spawner/random/armory/barrier_grenades,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"k" = (
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"l" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/spawner/random/armory/bulletproof_armor,
|
||||
/obj/effect/spawner/random/armory/bulletproof_helmet,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"m" = (
|
||||
/obj/structure/closet/secure_closet{
|
||||
name = "shotgun rubber rounds locker";
|
||||
req_access = list("armory")
|
||||
},
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/spawner/random/armory/rubbershot,
|
||||
/obj/effect/spawner/random/armory/rubbershot,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"o" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/light/directional/north,
|
||||
/obj/machinery/firealarm/directional/north,
|
||||
/obj/effect/turf_decal/box,
|
||||
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/flasher/portable,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"p" = (
|
||||
/obj/structure/cable,
|
||||
/obj/structure/closet/secure_closet{
|
||||
name = "contraband locker";
|
||||
req_access = list("armory")
|
||||
},
|
||||
/obj/effect/spawner/random/contraband/armory,
|
||||
/obj/effect/spawner/random/maintenance/three,
|
||||
/obj/machinery/power/apc/auto_name/directional/south,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"t" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/item/radio/intercom/directional/south,
|
||||
/obj/machinery/suit_storage_unit/security,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"v" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 6
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"w" = (
|
||||
/obj/effect/turf_decal/stripes/end{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"x" = (
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/mob/living/simple_animal/bot/secbot/beepsky/armsky,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"y" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"z" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/window/reinforced/spawner/directional/south,
|
||||
/obj/structure/window/reinforced/spawner/directional/west,
|
||||
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted,
|
||||
/obj/effect/spawner/random/armory/disablers,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"A" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 6
|
||||
},
|
||||
/obj/effect/turf_decal/tile/red/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"B" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/window/reinforced/spawner/directional/north,
|
||||
/obj/structure/window/reinforced/spawner/directional/west,
|
||||
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/spawner/armory_spawn/smg,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"C" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/suit_storage_unit/security,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"F" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 5
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"G" = (
|
||||
/obj/item/storage/box/chemimp{
|
||||
pixel_x = 6;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/storage/box/trackimp{
|
||||
pixel_x = -6;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/structure/table,
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/structure/reagent_dispensers/wall/peppertank/directional/south,
|
||||
/obj/item/storage/box/firingpins,
|
||||
/obj/item/storage/box/firingpins,
|
||||
/obj/item/storage/lockbox/loyalty,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"J" = (
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"K" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/landmark/event_spawn,
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/red/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"M" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted,
|
||||
/obj/structure/closet/secure_closet/armory_kiboko,
|
||||
/obj/item/ammo_box/c980grenade/riot,
|
||||
/obj/item/ammo_box/c980grenade/smoke,
|
||||
/obj/structure/sign/poster/official/carwo_grenade/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"N" = (
|
||||
/obj/structure/rack,
|
||||
/obj/item/gun/energy/ionrifle{
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/gun/energy/temperature/security,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/item/clothing/suit/hooded/ablative,
|
||||
/obj/machinery/light_switch/directional/east,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"P" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/window/reinforced/spawner/directional/north,
|
||||
/obj/structure/window/reinforced/spawner/directional/east,
|
||||
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/spawner/random/armory/e_gun,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"S" = (
|
||||
/obj/machinery/flasher/portable,
|
||||
/obj/machinery/camera/motion/directional/east{
|
||||
c_tag = "Armoury Internal"
|
||||
},
|
||||
/obj/effect/turf_decal/box,
|
||||
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"T" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 9
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/effect/turf_decal/tile/neutral,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"V" = (
|
||||
/obj/effect/turf_decal/stripes/corner,
|
||||
/obj/structure/cable,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"W" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/effect/turf_decal/tile/red/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"Y" = (
|
||||
/obj/structure/rack,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/window/reinforced/spawner/directional/south,
|
||||
/obj/structure/window/reinforced/spawner/directional/east,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/spawner/armory_spawn/shotguns,
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
"Z" = (
|
||||
/obj/item/clothing/mask/gas/sechailer{
|
||||
pixel_x = -3;
|
||||
pixel_y = 3
|
||||
},
|
||||
/obj/item/clothing/mask/gas/sechailer,
|
||||
/obj/item/clothing/mask/gas/sechailer{
|
||||
pixel_x = 3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/flashlight/seclite,
|
||||
/obj/item/flashlight/seclite,
|
||||
/obj/item/flashlight/seclite,
|
||||
/obj/effect/decal/cleanable/cobweb,
|
||||
/obj/machinery/airalarm/directional/west,
|
||||
/obj/structure/table,
|
||||
/obj/effect/turf_decal/tile/neutral,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai_monitored/security/armory)
|
||||
|
||||
(1,1,1) = {"
|
||||
Z
|
||||
l
|
||||
a
|
||||
w
|
||||
m
|
||||
j
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
M
|
||||
T
|
||||
f
|
||||
J
|
||||
c
|
||||
G
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
W
|
||||
b
|
||||
P
|
||||
Y
|
||||
y
|
||||
C
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
K
|
||||
k
|
||||
B
|
||||
z
|
||||
y
|
||||
t
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
o
|
||||
F
|
||||
x
|
||||
V
|
||||
v
|
||||
p
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
e
|
||||
S
|
||||
d
|
||||
A
|
||||
N
|
||||
h
|
||||
"}
|
||||
@@ -0,0 +1,425 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"b" = (
|
||||
/obj/effect/landmark/start/hangover,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"e" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/paper_bin{
|
||||
pixel_x = -4;
|
||||
pixel_y = 4
|
||||
},
|
||||
/obj/item/pen,
|
||||
/obj/effect/turf_decal/loading_area{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"f" = (
|
||||
/turf/closed/wall/rust,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"g" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
name = "Arrival Shuttle Airlock";
|
||||
space_dir = 2
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
|
||||
cycle_id = "arrival-airlock-east"
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"h" = (
|
||||
/obj/effect/turf_decal/tile/blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/box,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"i" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/flora/grass/jungle/a/style_random,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"j" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/obj/machinery/status_display/shuttle/directional/west{
|
||||
shuttle_id = "arrivals_shuttle"
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"k" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/obj/structure/sign/warning/vacuum/external,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"n" = (
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/obj/machinery/vending/clothing,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"o" = (
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"p" = (
|
||||
/obj/effect/turf_decal/tile/red,
|
||||
/obj/effect/turf_decal/stripes/corner,
|
||||
/obj/item/radio/intercom/directional/east,
|
||||
/obj/effect/turf_decal/tile/blue{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"q" = (
|
||||
/turf/closed/wall,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"r" = (
|
||||
/obj/effect/turf_decal/tile/blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/tile/red,
|
||||
/obj/effect/turf_decal/tile/red{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/bluespace_vendor/directional/west,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"s" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/flora/bush/pale/style_random,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"t" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/obj/machinery/status_display/shuttle/directional/east{
|
||||
shuttle_id = "arrivals_shuttle"
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"v" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/flora/grass/jungle/a/style_random,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"x" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/closet/emcloset,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/obj/structure/sign/poster/contraband/random/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"y" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"z" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/machinery/computer/shuttle/arrivals/recall{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"A" = (
|
||||
/obj/effect/turf_decal/tile/blue{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/tile/red,
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"D" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"E" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
name = "Arrival Shuttle Airlock"
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"F" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"G" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
name = "Arrival Shuttle Airlock";
|
||||
space_dir = 2
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"I" = (
|
||||
/obj/structure/sign/warning/docking,
|
||||
/turf/closed/wall,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"J" = (
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"K" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/flora/bush/lavendergrass/style_random,
|
||||
/obj/structure/flora/bush/ferny/style_random,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"M" = (
|
||||
/turf/closed/mineral/random/labormineral,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"O" = (
|
||||
/obj/docking_port/stationary{
|
||||
dir = 4;
|
||||
dwidth = 1;
|
||||
height = 13;
|
||||
shuttle_id = "arrivals_stationary";
|
||||
name = "arrivals";
|
||||
width = 5
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"P" = (
|
||||
/obj/effect/turf_decal/box/corners{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"S" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/flora/grass/jungle/b/style_random,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"T" = (
|
||||
/obj/structure/sign/warning/secure_area{
|
||||
name = "EMERGENCY STORAGE"
|
||||
},
|
||||
/turf/closed/wall,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"U" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/flora/grass/jungle/b/style_random,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"V" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/spawner/random/vending/colavend,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"W" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
name = "Arrival Shuttle Airlock"
|
||||
},
|
||||
/obj/effect/landmark/navigate_destination,
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{
|
||||
cycle_id = "arrival-airlock-east"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"X" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/firecloset,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"Y" = (
|
||||
/obj/effect/landmark/start/assistant,
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/entry)
|
||||
|
||||
(1,1,1) = {"
|
||||
x
|
||||
f
|
||||
M
|
||||
S
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
X
|
||||
q
|
||||
M
|
||||
v
|
||||
a
|
||||
O
|
||||
a
|
||||
a
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
T
|
||||
f
|
||||
q
|
||||
I
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
r
|
||||
E
|
||||
j
|
||||
G
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
A
|
||||
F
|
||||
F
|
||||
F
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
h
|
||||
n
|
||||
F
|
||||
s
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
Y
|
||||
V
|
||||
k
|
||||
v
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
J
|
||||
z
|
||||
F
|
||||
D
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
b
|
||||
e
|
||||
F
|
||||
U
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
p
|
||||
y
|
||||
F
|
||||
K
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
f
|
||||
W
|
||||
F
|
||||
F
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
q
|
||||
o
|
||||
t
|
||||
g
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
f
|
||||
q
|
||||
f
|
||||
I
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
f
|
||||
M
|
||||
M
|
||||
i
|
||||
P
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -0,0 +1,204 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/closed/wall,
|
||||
/area/station/common/cryopods)
|
||||
"c" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/clipboard,
|
||||
/obj/item/screwdriver{
|
||||
pixel_y = 16
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/maintenance/port/greater)
|
||||
"d" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/frame/computer{
|
||||
anchored = 1;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/maintenance/port/greater)
|
||||
"e" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
id = "greylair";
|
||||
name = "Lair Privacy Shutter"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port/greater)
|
||||
"g" = (
|
||||
/turf/open/floor/iron,
|
||||
/area/station/common/cryopods)
|
||||
"j" = (
|
||||
/obj/machinery/computer/cryopod/directional/east,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/common/cryopods)
|
||||
"l" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/common/cryopods)
|
||||
"o" = (
|
||||
/obj/machinery/power/apc/auto_name/directional/west,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/common/cryopods)
|
||||
"r" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
id = "greylair";
|
||||
name = "Lair Privacy Shutter"
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port/greater)
|
||||
"u" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/frame/computer{
|
||||
anchored = 1;
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/maintenance/port/greater)
|
||||
"x" = (
|
||||
/obj/machinery/cryopod,
|
||||
/obj/effect/turf_decal/siding/white,
|
||||
/obj/machinery/airalarm/directional/east,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/common/cryopods)
|
||||
"z" = (
|
||||
/obj/machinery/door/airlock/public/glass{
|
||||
name = "Cryopods"
|
||||
},
|
||||
/obj/effect/landmark/navigate_destination,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/common/cryopods)
|
||||
"A" = (
|
||||
/obj/machinery/cryopod,
|
||||
/obj/effect/turf_decal/siding/white,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/common/cryopods)
|
||||
"D" = (
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/common/cryopods)
|
||||
"J" = (
|
||||
/obj/effect/turf_decal/siding/white{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/camera/directional/east,
|
||||
/obj/machinery/time_clock/directional/east,
|
||||
/obj/item/kirbyplants/random,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/common/cryopods)
|
||||
"O" = (
|
||||
/obj/machinery/cryopod,
|
||||
/obj/effect/turf_decal/siding/white,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/common/cryopods)
|
||||
"Q" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/storage/briefcase/secure,
|
||||
/obj/item/taperecorder,
|
||||
/obj/structure/sign/warning/electric_shock/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/maintenance/port/greater)
|
||||
"R" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/obj/machinery/door/poddoor/shutters/preopen{
|
||||
id = "greylair";
|
||||
name = "Lair Privacy Shutter"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port/greater)
|
||||
"S" = (
|
||||
/obj/machinery/cryopod{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/siding/white{
|
||||
dir = 9
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/common/cryopods)
|
||||
"U" = (
|
||||
/turf/closed/wall,
|
||||
/area/station/maintenance/port/greater)
|
||||
"W" = (
|
||||
/obj/machinery/cryopod,
|
||||
/obj/effect/turf_decal/siding/white,
|
||||
/obj/structure/cable,
|
||||
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/common/cryopods)
|
||||
"X" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/frame/computer{
|
||||
anchored = 1;
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/maintenance/port/greater)
|
||||
|
||||
(1,1,1) = {"
|
||||
Q
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
d
|
||||
r
|
||||
W
|
||||
o
|
||||
g
|
||||
l
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
X
|
||||
e
|
||||
O
|
||||
g
|
||||
g
|
||||
z
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
u
|
||||
R
|
||||
A
|
||||
D
|
||||
S
|
||||
l
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
c
|
||||
r
|
||||
x
|
||||
j
|
||||
J
|
||||
l
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
U
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,51 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"d" = (
|
||||
/obj/machinery/button/delam_scram,
|
||||
/turf/closed/wall/r_wall,
|
||||
/area/station/engineering/supermatter/room)
|
||||
"g" = (
|
||||
/obj/effect/turf_decal/stripes/red/box,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/engine,
|
||||
/area/station/engineering/supermatter/room)
|
||||
"R" = (
|
||||
/obj/effect/turf_decal/stripes/red/box,
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/engine,
|
||||
/area/station/engineering/supermatter/room)
|
||||
"X" = (
|
||||
/obj/structure/sign/delam_procedure/directional/south,
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"Y" = (
|
||||
/obj/machinery/atmospherics/components/unary/delam_scram/directional/north{
|
||||
pixel_y = 12
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
Y
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
R
|
||||
d
|
||||
g
|
||||
X
|
||||
a
|
||||
a
|
||||
a
|
||||
a
|
||||
"}
|
||||
@@ -69,3 +69,8 @@ map blueshift
|
||||
minplayers 70
|
||||
votable
|
||||
endmap
|
||||
|
||||
map kilostation
|
||||
maxplayers 75
|
||||
votable
|
||||
endmap
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
mode = AREA_SPAWN_MODE_HUG_WALL
|
||||
|
||||
/datum/area_spawn/gbp_machine
|
||||
target_areas = list(/area/station/cargo/lobby, /area/station/cargo/boutique, /area/station/construction/storage_wing) // lmao imagine map standardization
|
||||
target_areas = list(/area/station/cargo/lobby, /area/station/cargo/boutique, /area/station/construction/storage_wing, /area/station/hallway/primary/port /* for kilo */) // lmao imagine map standardization
|
||||
desired_atom = /obj/machinery/gbp_redemption
|
||||
mode = AREA_SPAWN_MODE_HUG_WALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user