Skip to content

Commit

Permalink
fix fish labeler crafting (#822)
Browse files Browse the repository at this point in the history
* fix fish labeler crafting

* hand labeler tag

* remove dupe tag

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Feb 18, 2024
1 parent c089507 commit a8ff692
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@
path: /Audio/Effects/bite.ogg
angle: 0
animation: WeaponArcBite # Rrrr!
- type: Tag
tags:
- PlushieCarp # DeltaV - fish labeler craft

- type: entity
parent: BasePlushie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
handle: false
sound:
path: /Audio/Effects/bite.ogg
- type: Tag
tags: [] # DeltaV - remove PlushieCarp tag to prevent wasting

- type: entity
parent: BaseItem
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/hand_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
- Item
tags:
- Structure
- type: Tag
tags:
- HandLabeler # DeltaV - fish labeler
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nyanotrasen/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

- type: Tag
id: NormalityCrystal

- type: Tag
id: PlushieCarp

0 comments on commit a8ff692

Please sign in to comment.