Skip to content

Commit

Permalink
Merge pull request #304 from Fansana/fix-cloak-steal-objective-RD-cloak
Browse files Browse the repository at this point in the history
Fix Steal Objective for RD Cloak
  • Loading branch information
Fansana authored Oct 30, 2024
2 parents ea18369 + ab6652f commit 07579fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
sprite: DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Cloaks/mystacloak.rsi
- type: StealTarget # Floof
stealGroup: HeadCloak # Floof

- type: entity
parent: ClothingNeckBase
Expand All @@ -19,7 +21,7 @@
- type: Sprite
sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi
sprite: DeltaV/Clothing/Neck/Cloaks/boatcloak.rsi

- type: entity
parent: ClothingNeckBase
Expand All @@ -28,9 +30,9 @@
description: Worn by dangerous people who've deconstructed stations with ease.
components:
- type: Sprite
sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi
sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi
sprite: DeltaV/Clothing/Neck/Cloaks/salvage.rsi

- type: entity
parent: ClothingNeckBase
Expand Down

0 comments on commit 07579fb

Please sign in to comment.