Paradox clones get all storage items the original has. (#35838)

* recursive storage copying

* include slime storage

* future proofing

* remove survival box
This commit is contained in:
slarticodefast
2025-03-16 23:02:19 +01:00
committed by GitHub
parent deb3ed3ed2
commit d8ed9fe152
7 changed files with 109 additions and 13 deletions

View File

@@ -78,6 +78,7 @@
- EmergencyOxygen
- LoadoutSpeciesVoxNitrogen
# nitrogen or oxygen tank, depending on what your species needs
- type: loadoutGroup
id: GroupEVATank
name: loadout-group-EVA-tank
@@ -86,6 +87,14 @@
- LoadoutSpeciesEVANitrogen
- LoadoutSpeciesEVAOxygen
# vox get a nitrogen tank, other species get nothing
- type: loadoutGroup
id: GroupEVATankVox
name: loadout-group-vox-tank
hidden: true
loadouts:
- LoadoutSpeciesVoxNitrogen
- type: loadoutGroup
id: GroupPocketTankDouble
name: loadout-group-pocket-tank-double

View File

@@ -527,12 +527,21 @@
# These loadouts are used for non-crew spawns, like off-station antags and event mobs
# They will be used without player configuration, thus they will only ever apply what is forced by MinLimit
# gives vox a harness and breathing mask
# nitrogen tank not included
- type: roleLoadout
id: RoleSurvivalVoxSupport
groups:
- GroupSpeciesBreathTool
- GroupTankHarness
# gives vox a nitrogen breathing tank
# other species get nothing
- type: roleLoadout
id: RoleSurvivalVoxTank
groups:
- GroupEVATankVox
- type: roleLoadout
id: RoleSurvivalStandard
groups: