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

Bungo Fruit, Gatfruit, and Capfruit can be cut open for contents. #34719

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -1763,14 +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
- Fruit # It's in the name
- type: FoodSequenceElement
entries:
Taco: Gatfruit
Expand All @@ -1796,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 @@ -1815,6 +1821,9 @@
id: FoodFakeCapfruit
suffix: Fake
components:
- type: Log
spawnedPrototype: RevolverCapGunFake
spawnCount: 1
- type: Produce
seedId: fakeCapfruit
- type: Food
Expand Down Expand Up @@ -2225,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
Loading