From 53a9e0997ead36b9f2fad1f5905a95741a10a88c Mon Sep 17 00:00:00 2001 From: Deerstop Date: Sat, 4 Jan 2025 11:40:54 +1100 Subject: [PATCH] Add Elkridge Depot into Map Rotation (#34206) * named apcs, doors, air alarms, cameras, fire alarms, substations, SMESs * updated PostMapInitTest.cs to include Cell * added psychologist spawn * fixed scanner console link, fixed disposals conveyors, and more * added janitor service lights, maints firelocks, and more * added more fun maint rooms * improved head offices, kitchen, psych. added maints between science and arrivals * fixed spawners placed over solid objects * added unique evac shuttle, the Cilium * evac shuttle is now orientated correctly * added unique cargo shuttle * updated kitchen area * renamed Cell Station to Elkridge Depot, removed most main hall airlocks for smoother travel * general last-minute touch-ups around the bridge and sec * changed station name in PostMapInitTest.cs * added Elkridge to default map pool * added myself to map_attribution.yml credits --- Resources/Prototypes/Maps/Pools/default.yml | 1 + Resources/map_attributions.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index d43a40f83d..7952a0ecbd 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -6,6 +6,7 @@ - Box - Cog - Core + - Elkridge - Fland #- Gate - Loop diff --git a/Resources/map_attributions.txt b/Resources/map_attributions.txt index 293130c5fb..a9556b16d0 100644 --- a/Resources/map_attributions.txt +++ b/Resources/map_attributions.txt @@ -16,6 +16,9 @@ - files: ["cluster.yml"] authors: Scribbles0 +- files: ["elkridge.yml"] + authors: Deerstop + - files: ["fland.yml"] authors: Emisse