ClothingOuterEVASuitSyndicate (#36738)
* ClothingOuterEVASuitSyndicate * Update migration.yml * Resolve merge conflict in migration.yml --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
parent
46c2068be9
commit
77da04420c
|
|
@ -580,6 +580,7 @@ ToxinChemistryBottle: ChemistryBottleToxin
|
|||
ClothingBackpackDuffelSyndicateRaidBundle: ClothingBackpackSyndicateRaidBundle
|
||||
|
||||
# 2025-04-19
|
||||
ClothingOuterHardsuitSyndicate: ClothingOuterEVASuitSyndicate
|
||||
AirlockMaintCommonLocked: AirlockMaintLocked
|
||||
AirlockMaintIntLocked: AirlockMaintLocked
|
||||
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@
|
|||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingHeadHelmetSyndicate
|
||||
- id: ClothingOuterHardsuitSyndicate
|
||||
- id: ClothingOuterEVASuitSyndicate
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesColorYellowBudget
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
prob: 0.10
|
||||
- id: ClothingOuterSanta
|
||||
prob: 0.10
|
||||
- id: ClothingOuterHardsuitSyndicate
|
||||
- id: ClothingOuterEVASuitSyndicate
|
||||
prob: 0.20
|
||||
- id: EmergencyOxygenTankFilled
|
||||
prob: 0.25
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
- type: StorageFill
|
||||
contents:
|
||||
- id: OxygenTankFilled
|
||||
- id: ClothingOuterHardsuitSyndicate
|
||||
- id: ClothingOuterEVASuitSyndicate
|
||||
- id: ClothingHeadHelmetSyndicate
|
||||
- id: ClothingMaskGasSyndicate
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#Syndicate EVA
|
||||
- type: entity
|
||||
parent: [ ClothingOuterEVASuitBase, BaseSyndicateContraband ]
|
||||
id: ClothingOuterHardsuitSyndicate # TODO: rename to ClothingOuterEVASuitSyndicate
|
||||
id: ClothingOuterEVASuitSyndicate
|
||||
name: syndicate EVA suit
|
||||
description: "Has a tag on the back that reads: 'Totally not property of an enemy corporation, honest!'"
|
||||
components:
|
||||
|
|
|
|||
Loading…
Reference in New Issue