mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user