Ship Supply Warehouse (Arc support) (#22401)

Replaces a section of D2 starboard maints with a thirty-slot warehouse
for ship supplies, for Lemurian Sea arc. Additional minor touchups.

changes:
- rscadd: "Updates a chunk of D2 starboard maintenance to be ship supply
warehousing space for the Lemurian Sea arc."
- bugfix: "Fixes 'restricted' random canister spawners inadvertently
spawning rare/valuable gases."
This commit is contained in:
Batrachophreno
2026-05-10 20:28:29 +00:00
committed by GitHub
parent 54432e56c2
commit 4e5c6a53af
5 changed files with 1695 additions and 1378 deletions
+3 -3
View File
@@ -290,6 +290,7 @@
/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent = 1,
/obj/machinery/portable_atmospherics/canister/empty/helium = 0.5,
/obj/machinery/portable_atmospherics/canister/empty/chlorine = 0.1,
/obj/machinery/portable_atmospherics/canister/empty/sulfur_dioxide = 0.1,
/obj/machinery/portable_atmospherics/canister/empty/nitrogen_dioxide = 0.1,
/obj/machinery/portable_atmospherics/canister/empty/heliumfuel = 0.05,
/obj/machinery/portable_atmospherics/canister/empty/phoron = 0.1,
@@ -308,6 +309,7 @@
/obj/machinery/portable_atmospherics/canister/nitrogen/prechilled = 0.75,
/obj/machinery/portable_atmospherics/canister/helium = 0.5,
/obj/machinery/portable_atmospherics/canister/chlorine = 0.1,
/obj/machinery/portable_atmospherics/canister/sulfur_dioxide = 0.1,
/obj/machinery/portable_atmospherics/canister/nitrogen_dioxide = 0.1,
/obj/machinery/portable_atmospherics/canister/heliumfuel = 0.05,
/obj/machinery/portable_atmospherics/canister/phoron_scarce = 0.1,
@@ -328,8 +330,6 @@
/obj/machinery/portable_atmospherics/canister/nitrogen/prechilled = 0.75,
/obj/machinery/portable_atmospherics/canister/helium = 0.5,
/obj/machinery/portable_atmospherics/canister/chlorine = 0.1,
/obj/machinery/portable_atmospherics/canister/sulfur_dioxide = 0.1,
/obj/machinery/portable_atmospherics/canister/nitrogen_dioxide = 0.1,
/obj/machinery/portable_atmospherics/canister/heliumfuel = 0.05,
/obj/machinery/portable_atmospherics/canister/phoron_scarce = 0.1,
/obj/machinery/portable_atmospherics/canister/phoron = 0.01,
)