Skip to content

Commit

Permalink
rework for slicing not eating
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperDelegate committed Jan 28, 2025
1 parent 7039126 commit fc93692
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1763,15 +1763,17 @@
Quantity: 5
- type: Sprite
sprite: Objects/Specific/Hydroponics/gatfruit.rsi
- type: Log
spawnedPrototype: WeaponRevolverPython # So moths can cut them open
spawnCount: 1
- type: Produce
seedId: gatfruit
- type: Food
trash:
- WeaponRevolverPython
- type: Tag
tags:
- Fruit # It's in the name
- ClothMade # For botanist moths
- Fruit # It's in the name
- type: FoodSequenceElement
entries:
Taco: Gatfruit
Expand All @@ -1797,6 +1799,9 @@
Quantity: 5
- type: Sprite
sprite: Objects/Specific/Hydroponics/capfruit.rsi
- type: Log
spawnedPrototype: RevolverCapGun #so moths can cut them open
spawnCount: 1
- type: Produce
seedId: realCapfruit
- type: Food
Expand All @@ -1805,7 +1810,6 @@
- type: Tag
tags:
- Fruit
- ClothMade # For botanist moths
- type: FoodSequenceElement
entries:
Taco: Capfruit
Expand All @@ -1817,6 +1821,9 @@
id: FoodFakeCapfruit
suffix: Fake
components:
- type: Log
spawnedPrototype: RevolverCapGunFake
spawnCount: 1
- type: Produce
seedId: fakeCapfruit
- type: Food
Expand Down Expand Up @@ -2227,6 +2234,9 @@
Quantity: 10
- type: Sprite
sprite: Objects/Specific/Hydroponics/bungo.rsi
- type: Log
spawnedPrototype: FoodBungoPit
spawnCount: 1
- type: Produce
seedId: bungo
- type: Extractable
Expand Down

0 comments on commit fc93692

Please sign in to comment.