Medal case whitelist (#27428)
* Create Medal tag and assign tag to medals * Update Resources/Prototypes/tags.yml --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
parent
be58581525
commit
a96ea2bc84
|
|
@ -9,6 +9,9 @@
|
|||
sprite: Clothing/Neck/Medals/bronzeheart.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Neck/Medals/bronzeheart.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -22,6 +25,9 @@
|
|||
sprite: Clothing/Neck/Medals/gold.rsi
|
||||
- type: StealTarget
|
||||
stealGroup: ClothingNeckGoldmedal
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -33,6 +39,9 @@
|
|||
sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -44,6 +53,9 @@
|
|||
sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -55,6 +67,9 @@
|
|||
sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -66,6 +81,9 @@
|
|||
sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -77,6 +95,9 @@
|
|||
sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
|
|
@ -90,3 +111,6 @@
|
|||
sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite
|
||||
- type: StealTarget
|
||||
stealGroup: ClothingNeckClownmedal
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
- type: Storage
|
||||
grid:
|
||||
- 0,0,7,1
|
||||
whitelist:
|
||||
tags:
|
||||
- Medal
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingNeckGoldmedal
|
||||
|
|
|
|||
|
|
@ -863,6 +863,9 @@
|
|||
- type: Tag
|
||||
id: Meat
|
||||
|
||||
- type: Tag
|
||||
id: Medal
|
||||
|
||||
- type: Tag
|
||||
id: Medkit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue