Skip to content

Commit

Permalink
Space adder now butcherable, snake drops snake meat (space-wizards#29629
Browse files Browse the repository at this point in the history
)
  • Loading branch information
timurjavid authored Jul 25, 2024
1 parent f56e4f6 commit bcd7a7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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

0 comments on commit bcd7a7a

Please sign in to comment.