Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix fish labeler crafting #822

Merged
merged 3 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
deltanedas marked this conversation as resolved.
Show resolved Hide resolved
6 changes: 6 additions & 0 deletions Resources/Prototypes/Nyanotrasen/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
- type: Tag
id: BluespaceCrystal

- type: Tag
id: HandLabeler

- type: Tag
id: NormalityCrystal

- type: Tag
id: PlushieCarp
Loading