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

Space adder now butcherable, snake drops snake meat #29629

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2143,11 +2143,13 @@
states:
Alive:
Base: snake
Critical:
Base: dead
Dead:
Base: dead
- type: Butcherable
spawned:
- id: FoodMeat
- id: FoodMeatSnake
amount: 1
- type: InteractionPopup
successChance: 0.6
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@
Base: dead_purple_snake
Dead:
Base: dead_purple_snake
- type: Butcherable
spawned:
- id: FoodMeatSnake
amount: 4
- type: Grammar
attributes:
proper: true
Expand Down Expand Up @@ -444,5 +448,9 @@
Base: dead_small_purple_snake
Dead:
Base: dead_small_purple_snake
- type: Butcherable
spawned:
- id: FoodMeatSnake
amount: 2
- type: SolutionTransfer
maxTransferAmount: 1
Loading