Skip to content

Commit

Permalink
Fill pockets with bee. Drink bee. (#54)
Browse files Browse the repository at this point in the history
* Bee

* grammar
  • Loading branch information
FluffiestFloof authored Sep 28, 2023
1 parent beee945 commit 53de316
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@
price: 50
- type: Puller
needsHands: true
- type: Item # DeltaV - Allow grabbing and storing bees in inventory
size: 5
- type: Extractable # DeltaV - Make it so bees can be ground up
grindableSolutionName: bee
- type: SolutionContainerManager
solutions:
bee:
reagents:
- ReagentId: GroundBee
Quantity: 5

- type: entity
name: bee
Expand Down

0 comments on commit 53de316

Please sign in to comment.