Adhomai ruins and People's Station fix and tweaks (#19025)

-tweaks some of the adhomai's ruins zones and mapping to take into
consideration stuff like weather
-replaces the people's station windows with the newer ones
-expand the people's station hangar so the intrepid can land inside once
again
This commit is contained in:
Alberyk
2024-05-06 03:41:17 +00:00
committed by GitHub
parent 09579fad58
commit 70a70c460a
15 changed files with 4729 additions and 3258 deletions
+1
View File
@@ -3802,6 +3802,7 @@
#include "maps\away\away_site\tajara\mining_jack\mining_jack_landmarks.dm"
#include "maps\away\away_site\tajara\peoples_station\peoples_station.dm"
#include "maps\away\away_site\tajara\peoples_station\peoples_station_ghostroles.dm"
#include "maps\away\away_site\tajara\peoples_station\peoples_station_landmarks.dm"
#include "maps\away\away_site\tajara\peoples_station\peoples_station_zones.dm"
#include "maps\away\away_site\tajara\pra_satellite\pra_satellite.dm"
#include "maps\away\away_site\tajara\saniorios_outpost\saniorios_landmarks.dm"
@@ -242,6 +242,10 @@
icon_state = "full_rwindow_shuttle_merc"
frame_color = "#5B5B5B"
/obj/effect/map_effect/window_spawner/full/shuttle/raider
icon_state = "full_rwindow_shuttle_merc"
frame_color = "#6C7364"
//Coalition window frames
/obj/effect/map_effect/window_spawner/full/shuttle/coalition
name = "coalition reinforced window spawner"
+8
View File
@@ -0,0 +1,8 @@
author: Alberyk
delete-after: True
changes:
- qol: "The People's Station should spawn closer to Adhomai now."
- qol: "The Intrepid can now dock with the People's Station."
- qol: "Tweaked some adhomian ruins anda away sites to take in consideration newer features like weather."
@@ -9,7 +9,7 @@
spawn_weight = 1
spawn_cost = 1
id = "peoples_station"
shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/peoples_station_fang)
shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/peoples_station_fang, /datum/shuttle/autodock/overmap/peoples_station_transport)
unit_test_groups = list(1)
@@ -31,15 +31,19 @@
volume = "101 meters length, 115 meters beam/width, 32 meters vertical height"
weapons = "Dual extruding starboard-mounted medium and small caliber ballistic armament, two port obscured flight craft bays"
sizeclass = "Armed military surveillance and waypoint station"
place_near_main = list(2, 2)
initial_generic_waypoints = list(
"nav_peoples_station_ship_1",
"nav_peoples_station_ship_1",
"nav_peoples_station_ship_3"
"nav_peoples_station_ship_3",
"nav_peoples_station_ship_4",
"nav_peoples_station_fore_dock",
"nav_peoples_station_port_dock"
)
initial_restricted_waypoints = list(
"Orbital Fleet Fang" = list("nav_hangar_peoples_station_fang"),
"Intrepid" = list("nav_peoples_station_dockintrepid")
"People's Station Transport Shuttle" = list("nav_hangar_peoples_station_transport")
)
comms_support = TRUE
comms_name = "people's station"
@@ -76,6 +80,7 @@
shuttle = "Orbital Fleet Fang"
icon_state = "shuttle"
moving_state = "shuttle_moving"
colors = list("#8C8A81")
max_speed = 1/(1 SECONDS)
burn_delay = 1 SECONDS
vessel_mass = 3000
@@ -88,14 +93,14 @@
else
designation = "[pick("Adhomai's Finest", "Party's Dagger", "Sunray", "Kazarrhaldiye", "Revolutionary Courage", "Hadiist Avenger")]"
..()
/obj/machinery/computer/shuttle_control/explore/peoples_station_fang
/obj/machinery/computer/shuttle_control/explore/terminal/peoples_station_fang
name = "shuttle control console"
shuttle_tag = "Orbital Fleet Fang"
/datum/shuttle/autodock/overmap/peoples_station_fang
name = "Orbital Fleet Fang"
move_time = 20
shuttle_area = list(/area/shuttle/fang/engine, /area/shuttle/fang/bridge)
shuttle_area = list(/area/shuttle/fang)
current_location = "nav_hangar_peoples_station_fang"
landmark_transition = "nav_transit_peoples_station_fang"
range = 1
@@ -104,15 +109,48 @@
logging_home_tag = "nav_hangar_peoples_station_fang"
defer_initialisation = TRUE
/obj/effect/shuttle_landmark/peoples_station_fang/hangar
name = "People's Station Fang Hangar"
landmark_tag = "nav_hangar_peoples_station_fang"
docking_controller = "peoples_station_fang_dock"
base_area = /area/peoples_station/fang
//transport shuttle
/obj/effect/overmap/visitable/ship/landable/peoples_station_transport
name = "People's Station Transport Shuttle"
class = "PRAMV"
designation = "Yve'kha"
desc = "A simple and reliable shuttle design used by the Orbital Fleet."
shuttle = "People's Station Transport Shuttle"
icon_state = "shuttle"
moving_state = "shuttle_moving"
colors = list("#8C8A81")
max_speed = 1/(3 SECONDS)
burn_delay = 2 SECONDS
vessel_mass = 3000 //very inefficient pod
fore_dir = NORTH
vessel_size = SHIP_SIZE_TINY
/obj/machinery/computer/shuttle_control/explore/terminal/peoples_station_transport
name = "shuttle control console"
shuttle_tag = "People's Station Transport Shuttle"
/datum/shuttle/autodock/overmap/peoples_station_transport
name = "People's Station Transport Shuttle"
move_time = 20
shuttle_area = list(/area/shuttle/peoples_station_transport)
current_location = "nav_peoples_station_transport"
landmark_transition = "nav_transit_peoples_station_transport"
dock_target = "peoples_station_transport"
range = 1
fuel_consumption = 2
logging_home_tag = "nav_peoples_station_transport"
defer_initialisation = TRUE
/obj/effect/shuttle_landmark/peoples_station_transport/hangar
name = "People's Station Transport Shuttle"
landmark_tag = "nav_peoples_station_transport"
docking_controller = "peoples_station_transport_dock"
base_area = /area/peoples_station/transport_hangar
base_turf = /turf/simulated/floor/plating
movable_flags = MOVABLE_FLAG_EFFECTMOVE
/obj/effect/shuttle_landmark/peoples_station_fang/transit
/obj/effect/shuttle_landmark/peoples_station_transport/transit
name = "In transit"
landmark_tag = "nav_transit_peoples_station_fang"
landmark_tag = "nav_transit_peoples_station_transport"
base_turf = /turf/space/transit/north
File diff suppressed because it is too large Load Diff
@@ -12,6 +12,8 @@
outfit = /obj/outfit/admin/peoples_station_crew
possible_species = list(SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN)
allow_appearance_change = APPEARANCE_PLASTICSURGERY
welcome_message = "As a crewmember of the People's Space Station, you must man your station and protect the People's Republic of Adhomai's and its allies' assets. \
Your superior is the station's captain, but you should listen to the commissar in matters of ideology."
assigned_role = "People's Space Station Crewmember"
special_role = "People's Space Station Crewmember"
@@ -41,6 +43,9 @@
desc = "Command the People's Space Station."
tags = list("External")
welcome_message = "As the captain of the People's Space Station, you must command the station in its mission of protecting the People's Republic and its allies in space. \
While the commissar is not your superior, you should listen to his advice."
spawnpoints = list("peoples_station_captain")
max_count = 1
uses_species_whitelist = TRUE
@@ -71,6 +76,9 @@
name = "People's Space Station Party Commissar"
desc = "Ensure that the People's Space Station's crew follow the principles of Hadiism."
welcome_message = "As the Party Commissar of the People's Space Station, you must advice the crew on ideological matters and how to behave in the Hadiist way. \
While the captain is not your superior, you should listen to his advice on matters related to tactics."
max_count = 1
spawnpoints = list("peoples_station_commissar")
@@ -0,0 +1,86 @@
// --------------------- base type
/obj/effect/shuttle_landmark/saniorios_outpost
base_turf = /turf/space
base_area = /area/space
// --------------------- shuttle
// ---- fang
/obj/effect/shuttle_landmark/peoples_station_fang/hangar
name = "People's Station Fang Hangar"
landmark_tag = "nav_hangar_peoples_station_fang"
docking_controller = "peoples_station_fang_dock"
base_area = /area/peoples_station/fang
base_turf = /turf/simulated/floor/plating
movable_flags = MOVABLE_FLAG_EFFECTMOVE
/obj/effect/shuttle_landmark/peoples_station_fang/transit
name = "In transit"
landmark_tag = "nav_transit_peoples_station_fang"
base_turf = /turf/space/transit/north
// ---- transport
/obj/effect/shuttle_landmark/peoples_station_transport/hangar
name = "People's Station Transport Hangar"
landmark_tag = "nav_peoples_station_transport"
docking_controller = "peoples_station_transport_dock"
base_area = /area/peoples_station/transport_hangar
base_turf = /turf/simulated/floor/plating
movable_flags = MOVABLE_FLAG_EFFECTMOVE
/obj/effect/shuttle_landmark/peoples_station_transport/transit
name = "In transit"
landmark_tag = "nav_transit_peoples_station_transport"
base_turf = /turf/space/transit/north
/obj/effect/map_effect/marker/airlock/shuttle/peoples_station_transport
name = "People's Station Transport Shuttle"
shuttle_tag = "People's Station Transport Shuttle"
master_tag = "peoples_station_transport"
// --------------------- docks
// ----
/obj/effect/shuttle_landmark/nav_peoples_station/fore_dock
name = "People's Space Station Fore Dock"
landmark_tag = "nav_peoples_station_fore_dock"
docking_controller = "peoples_station_dock_fore"
/obj/effect/map_effect/marker/airlock/docking/peoples_station/dock/fore
name = "People's Space Station Fore Dock"
landmark_tag = "nav_peoples_station_fore_dock"
master_tag = "peoples_station_dock_fore"
// ----
/obj/effect/shuttle_landmark/nav_peoples_station/port_dock
name = "People's Space Station Port Dock"
landmark_tag = "nav_peoples_station_port_dock"
docking_controller = "peoples_station_port_dock"
/obj/effect/map_effect/marker/airlock/docking/peoples_station/dock/port
name = "People's Space Station Port Dock"
landmark_tag = "nav_peoples_station_port_dock"
master_tag = "peoples_station_dock_port"
// ----
/obj/effect/shuttle_landmark/nav_peoples_station/nav1
name = "People's Space Station Navpoint #1"
landmark_tag = "nav_peoples_station_ship_1"
/obj/effect/shuttle_landmark/nav_peoples_station/nav2
name = "People's Space Station Navpoint #2"
landmark_tag = "nav_peoples_station_ship_2"
/obj/effect/shuttle_landmark/nav_peoples_station/nav3
name = "People's Space Station Navpoint #3"
landmark_tag = "nav_peoples_station_ship_3"
/obj/effect/shuttle_landmark/nav_peoples_station/nav4
name = "People's Space Station Navpoint #4"
landmark_tag = "nav_peoples_station_ship_4"
@@ -56,6 +56,10 @@
name = "People's Space Station Fang Hangar"
icon_state = "away1"
/area/peoples_station/transport_hangar
name = "People's Space Station Transport Hangar"
icon_state = "away"
/area/peoples_station/captain_quarters
name = "People's Space Station Captain Quarters"
icon_state = "captain"
@@ -92,12 +96,11 @@
//Shuttle
/area/shuttle/fang
name = "People's Station Fang"
icon_state = "bridge_stairs"
requires_power = TRUE
/area/shuttle/fang/bridge
name = "People's Station Fang Bridge"
/area/shuttle/peoples_station_transport
name = "People's Station Transport"
icon_state = "bridge_stairs"
/area/shuttle/fang/engine
name = "People's Station Fang Engine"
icon_state = "substation"
requires_power = TRUE
@@ -105,11 +105,6 @@
/obj/item/reagent_containers/bowl/plate,
/turf/simulated/floor/exoplanet/wood,
/area/exoplanet/adhomai)
"kO" = (
/obj/structure/window/basic,
/obj/structure/curtain/black,
/turf/simulated/floor/exoplanet/wood,
/area/exoplanet/adhomai)
"mf" = (
/obj/item/trash/cigbutt,
/turf/simulated/floor/exoplanet/wood,
@@ -179,13 +174,6 @@
/obj/item/bedsheet/black,
/turf/simulated/floor/exoplanet/wood,
/area/exoplanet/adhomai)
"zh" = (
/obj/structure/window/basic{
dir = 1
},
/obj/structure/curtain/black,
/turf/simulated/floor/exoplanet/wood,
/area/exoplanet/adhomai)
"zA" = (
/obj/structure/railing/fence{
dir = 8
@@ -323,9 +311,7 @@
/area/exoplanet/adhomai)
"TD" = (
/obj/structure/curtain/black,
/obj/structure/window/basic{
dir = 4
},
/obj/effect/map_effect/window_spawner/full/wood,
/turf/simulated/floor/exoplanet/wood,
/area/exoplanet/adhomai)
"TQ" = (
@@ -478,7 +464,7 @@ nR
Gu
Ic
WK
fq
Qe
Gu
nR
nR
@@ -513,7 +499,7 @@ Gu
WK
WK
Cc
kO
TD
nR
nR
nR
@@ -531,7 +517,7 @@ nR
"}
(5,1,1) = {"
nR
zh
TD
Rw
WK
WK
@@ -546,7 +532,7 @@ Gu
Oa
WK
wx
Qe
fq
Gu
nR
nR
@@ -1177,7 +1163,7 @@ nR
"}
(24,1,1) = {"
nR
zh
TD
WK
WK
WK
@@ -1211,7 +1197,7 @@ nR
"}
(25,1,1) = {"
nR
zh
TD
WK
WK
WK
@@ -22,6 +22,12 @@
area_flags = AREA_FLAG_RAD_SHIELDED
ambience = AMBIENCE_HIGHSEC
area_blurb = "The closed doors on the ground ominously point to the sky."
is_outside = OUTSIDE_YES
/area/adhomai_silo/cabin
name = "Adhomian Missile Silo Cabin"
icon_state = "security"
is_outside = FALSE
//ghost roles
@@ -87,7 +87,7 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"p" = (
/obj/effect/floor_decal/concrete{
dir = 4
@@ -143,7 +143,7 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"C" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -165,7 +165,7 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"E" = (
/obj/machinery/light{
dir = 4
@@ -193,7 +193,7 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"G" = (
/obj/effect/floor_decal/concrete/large/cee{
dir = 1
@@ -216,7 +216,7 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"M" = (
/obj/effect/decal/fake_object{
icon = 'icons/effects/missile_silo.dmi';
@@ -250,7 +250,7 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"S" = (
/obj/effect/floor_decal/concrete/large{
dir = 4
@@ -258,13 +258,13 @@
/turf/simulated/floor/concrete{
temperature = 268.15
},
/area/pra_base)
/area/adhomai_silo/cabin)
"T" = (
/turf/simulated/wall/concrete,
/area/adhomai_silo)
"U" = (
/turf/simulated/wall/concrete,
/area/pra_base)
/area/adhomai_silo/cabin)
"W" = (
/obj/machinery/light{
dir = 4
@@ -84,7 +84,7 @@
"fD" = (
/obj/structure/closet/outhouse,
/turf/simulated/floor/exoplanet/snow/cold,
/area/adhomai_village)
/area/exoplanet/adhomai)
"fZ" = (
/obj/structure/bed/stool/chair/wood{
dir = 4
@@ -96,7 +96,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"gw" = (
/obj/structure/table/wood,
/obj/item/material/twohanded/pike/pitchfork,
@@ -146,7 +146,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"ko" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/food/snacks/hardbread,
@@ -224,7 +224,7 @@
"oi" = (
/obj/structure/flora/grass/adhomai,
/turf/simulated/floor/exoplanet/snow/cold,
/area/adhomai_village)
/area/exoplanet/adhomai)
"ol" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/food/drinks/bottle/messa_mead{
@@ -282,7 +282,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"sF" = (
/obj/structure/table/rack,
/obj/item/material/hatchet,
@@ -348,7 +348,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"wx" = (
/obj/structure/table/wood,
/obj/item/flame/lighter/adhomai,
@@ -369,7 +369,7 @@
/area/adhomai_village)
"xc" = (
/turf/simulated/floor/exoplanet/snow/cold,
/area/adhomai_village)
/area/exoplanet/adhomai)
"xn" = (
/obj/structure/bed/stool/chair/wood{
dir = 1
@@ -416,7 +416,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"Aq" = (
/turf/simulated/floor/tiled/freezer{
temperature = 268.15
@@ -481,7 +481,7 @@
"Fz" = (
/obj/structure/sink/puddle,
/turf/simulated/floor/exoplanet/snow/cold,
/area/adhomai_village)
/area/exoplanet/adhomai)
"FM" = (
/obj/structure/bed/stool/wood,
/obj/effect/ghostspawpoint{
@@ -602,12 +602,12 @@
dir = 8
},
/turf/simulated/floor/exoplanet/snow/cold,
/area/adhomai_village)
/area/exoplanet/adhomai)
"Jb" = (
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"Jr" = (
/obj/machinery/light/small{
dir = 8
@@ -628,7 +628,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"KV" = (
/obj/item/paper_bundle,
/obj/structure/table/wood,
@@ -690,7 +690,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"Pa" = (
/obj/structure/table/wood,
/obj/item/toy/plushie/farwa,
@@ -732,7 +732,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"Rq" = (
/obj/structure/bed/padded,
/obj/structure/curtain/open/bed,
@@ -879,11 +879,11 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"YV" = (
/obj/structure/flora/bush/adhomai,
/turf/simulated/floor/exoplanet/snow/cold,
/area/adhomai_village)
/area/exoplanet/adhomai)
"Zi" = (
/obj/structure/railing/fence{
dir = 1
@@ -892,7 +892,7 @@
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/adhomai_village)
/area/exoplanet/adhomai)
"Zo" = (
/mob/living/simple_animal/fatshouter,
/turf/simulated/floor/exoplanet/wood,
@@ -983,7 +983,7 @@ xc
Gu
Ic
Jr
fq
Qe
Gu
xc
xc
@@ -1051,7 +1051,7 @@ Gu
Oa
TQ
TQ
Qe
fq
Gu
xc
xc
@@ -1691,7 +1691,7 @@ xn
TQ
TQ
TQ
Gk
AZ
Gu
Gu
Gu
@@ -1759,7 +1759,7 @@ TQ
TQ
TQ
TQ
AZ
Gk
Gu
GR
TQ
@@ -52,7 +52,7 @@
/area/ala_base)
"bD" = (
/obj/item/storage/secure/safe,
/turf/simulated/wall/iron,
/turf/unsimulated/wall/steel,
/area/ala_base)
"bR" = (
/obj/structure/closet/crate/medical,
@@ -488,7 +488,7 @@
/obj/structure/barricade/metal/wired{
pixel_y = 16
},
/turf/simulated/wall/iron,
/turf/unsimulated/wall/steel,
/area/ala_base)
"vT" = (
/obj/machinery/light{
@@ -853,7 +853,7 @@
},
/area/exoplanet/adhomai)
"Hq" = (
/turf/simulated/wall/iron,
/turf/unsimulated/wall/steel,
/area/ala_base)
"HA" = (
/obj/machinery/light,
+101 -100
View File
@@ -124,7 +124,7 @@
"lX" = (
/obj/machinery/light/small,
/turf/simulated/floor/exoplanet/snow/cold,
/area/nka_base)
/area/exoplanet/adhomai)
"mf" = (
/obj/structure/closet/secure_closet/cabinet{
req_access = list(213);
@@ -200,9 +200,10 @@
/turf/simulated/floor/exoplanet/wood,
/area/nka_base)
"pV" = (
/obj/structure/flora/bush/adhomai,
/turf/simulated/floor/exoplanet/snow/cold,
/area/nka_base)
/turf/simulated/floor/exoplanet/barren{
temperature = 268.15
},
/area/exoplanet/adhomai)
"qa" = (
/obj/structure/reagent_dispensers/keg/mead,
/obj/machinery/light/small{
@@ -454,7 +455,7 @@
/turf/simulated/floor/exoplanet/tiled,
/area/nka_base)
"CO" = (
/turf/simulated/wall/iron,
/turf/unsimulated/wall/steel,
/area/nka_base)
"CW" = (
/obj/machinery/light/small,
@@ -741,9 +742,9 @@
/area/nka_base)
(1,1,1) = {"
DL
DL
DL
vi
vi
vi
vi
vi
vi
@@ -775,9 +776,9 @@ vi
vi
"}
(2,1,1) = {"
DL
DL
DL
vi
vi
vi
vi
vi
vi
@@ -809,9 +810,9 @@ vi
vi
"}
(3,1,1) = {"
DL
DL
pV
vi
vi
hT
vi
vi
vi
@@ -843,9 +844,9 @@ vi
vi
"}
(4,1,1) = {"
DL
DL
DL
vi
vi
vi
CO
EK
EK
@@ -877,9 +878,9 @@ EK
CO
"}
(5,1,1) = {"
DL
DL
DL
vi
vi
vi
CO
CO
CO
@@ -911,8 +912,8 @@ DL
gU
"}
(6,1,1) = {"
pV
DL
hT
vi
lX
CO
St
@@ -945,9 +946,9 @@ DL
gU
"}
(7,1,1) = {"
DL
DL
DL
vi
vi
vi
CO
Xb
mj
@@ -979,9 +980,9 @@ DL
gU
"}
(8,1,1) = {"
EP
EP
EP
pV
pV
pV
oA
EP
EP
@@ -1013,9 +1014,9 @@ DL
gU
"}
(9,1,1) = {"
EP
EP
EP
pV
pV
pV
gU
DL
DL
@@ -1047,9 +1048,9 @@ DL
gU
"}
(10,1,1) = {"
EP
EP
EP
pV
pV
pV
oA
EP
EP
@@ -1081,9 +1082,9 @@ DL
gU
"}
(11,1,1) = {"
DL
DL
DL
vi
vi
vi
CO
EK
EK
@@ -1115,9 +1116,9 @@ DL
gU
"}
(12,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1149,9 +1150,9 @@ yB
gU
"}
(13,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1183,9 +1184,9 @@ yB
gU
"}
(14,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1217,9 +1218,9 @@ yB
gU
"}
(15,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1251,9 +1252,9 @@ yB
gU
"}
(16,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1285,9 +1286,9 @@ yB
gU
"}
(17,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1319,9 +1320,9 @@ DL
gU
"}
(18,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1353,9 +1354,9 @@ DL
gU
"}
(19,1,1) = {"
DL
pV
DL
vi
hT
vi
gU
DL
DL
@@ -1387,9 +1388,9 @@ DL
gU
"}
(20,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1421,9 +1422,9 @@ DL
gU
"}
(21,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1455,9 +1456,9 @@ DL
gU
"}
(22,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1489,9 +1490,9 @@ DL
gU
"}
(23,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1523,9 +1524,9 @@ DL
gU
"}
(24,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1557,9 +1558,9 @@ DL
gU
"}
(25,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1591,9 +1592,9 @@ DL
gU
"}
(26,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1625,9 +1626,9 @@ DL
gU
"}
(27,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1659,9 +1660,9 @@ DL
gU
"}
(28,1,1) = {"
DL
DL
DL
vi
vi
vi
gU
DL
DL
@@ -1693,9 +1694,9 @@ DL
gU
"}
(29,1,1) = {"
DL
pV
DL
vi
hT
vi
CO
EK
EK
@@ -1727,9 +1728,9 @@ EK
CO
"}
(30,1,1) = {"
DL
DL
DL
vi
vi
vi
vi
vi
vi
@@ -1761,9 +1762,9 @@ vi
vi
"}
(31,1,1) = {"
DL
DL
DL
vi
vi
vi
vi
vi
vi
@@ -1795,9 +1796,9 @@ vi
vi
"}
(32,1,1) = {"
DL
DL
DL
vi
vi
vi
vi
hT
vi
@@ -952,7 +952,7 @@
dir = 1
},
/turf/simulated/floor/exoplanet/snow/cold,
/area/pra_base)
/area/exoplanet/adhomai)
"Lm" = (
/obj/effect/floor_decal/concrete,
/obj/effect/floor_decal/concrete{
@@ -978,10 +978,6 @@
temperature = 268.15
},
/area/pra_base)
"LI" = (
/obj/structure/flora/bush/adhomai,
/turf/simulated/floor/exoplanet/snow/cold,
/area/pra_base)
"Md" = (
/turf/simulated/floor/tiled/freezer{
temperature = 268.15
@@ -1503,8 +1499,8 @@ vi
"}
(4,1,1) = {"
vi
wB
wB
vi
vi
gU
gU
gU
@@ -1537,8 +1533,8 @@ vi
"}
(5,1,1) = {"
vi
wB
wB
vi
vi
gU
fq
Go
@@ -1571,8 +1567,8 @@ vi
"}
(6,1,1) = {"
hT
wB
wB
vi
vi
gU
St
bR
@@ -1605,7 +1601,7 @@ vi
"}
(7,1,1) = {"
vi
wB
vi
Lb
gU
Xb
@@ -1639,8 +1635,8 @@ vi
"}
(8,1,1) = {"
mN
Lu
Lu
mN
mN
rt
Lu
Lu
@@ -1673,8 +1669,8 @@ vi
"}
(9,1,1) = {"
Fo
Sr
Sr
Fo
Fo
oA
Sr
Sr
@@ -1707,8 +1703,8 @@ vi
"}
(10,1,1) = {"
HY
EJ
EJ
HY
HY
Yb
EJ
EJ
@@ -1741,7 +1737,7 @@ hT
"}
(11,1,1) = {"
vi
wB
vi
Lb
gU
EK
@@ -1775,8 +1771,8 @@ vi
"}
(12,1,1) = {"
vi
wB
wB
vi
vi
gU
UF
DL
@@ -1809,8 +1805,8 @@ vi
"}
(13,1,1) = {"
vi
wB
wB
vi
vi
gU
rq
tc
@@ -1843,8 +1839,8 @@ vi
"}
(14,1,1) = {"
vi
wB
wB
vi
vi
gU
gU
gU
@@ -1877,8 +1873,8 @@ vi
"}
(15,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -1911,8 +1907,8 @@ vi
"}
(16,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -1945,8 +1941,8 @@ vi
"}
(17,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -1979,8 +1975,8 @@ vi
"}
(18,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2013,8 +2009,8 @@ vi
"}
(19,1,1) = {"
vi
LI
wB
hT
vi
gU
wB
wB
@@ -2047,8 +2043,8 @@ vi
"}
(20,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2081,8 +2077,8 @@ vi
"}
(21,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2115,8 +2111,8 @@ vi
"}
(22,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2149,8 +2145,8 @@ vi
"}
(23,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2183,8 +2179,8 @@ vi
"}
(24,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2217,8 +2213,8 @@ vi
"}
(25,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2251,8 +2247,8 @@ vi
"}
(26,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2285,8 +2281,8 @@ vi
"}
(27,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2319,8 +2315,8 @@ vi
"}
(28,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2353,8 +2349,8 @@ hT
"}
(29,1,1) = {"
vi
LI
wB
hT
vi
gU
wB
wB
@@ -2387,8 +2383,8 @@ vi
"}
(30,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2421,8 +2417,8 @@ vi
"}
(31,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2455,8 +2451,8 @@ vi
"}
(32,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2489,8 +2485,8 @@ vi
"}
(33,1,1) = {"
vi
wB
wB
vi
vi
gU
wB
wB
@@ -2523,8 +2519,8 @@ vi
"}
(34,1,1) = {"
vi
wB
wB
vi
vi
gU
gU
gU