god says you have to juice the saxophone (#5518)

Apparently I can't have a predefined contents for grinding, so this fixes that bug.
This commit is contained in:
Moony
2021-11-25 14:40:49 -06:00
committed by GitHub
parent 5f6cf1ded9
commit 4b76ca6822
2 changed files with 15 additions and 8 deletions

View File

@@ -172,11 +172,15 @@
size: 24 size: 24
sprite: Objects/Fun/Instruments/saxophone.rsi sprite: Objects/Fun/Instruments/saxophone.rsi
- type: Extractable - type: Extractable
grindableSolution: grindableSolutionName: sax
- type: SolutionContainerManager
solutions:
sax:
reagents: reagents:
- ReagentId: Saxoite - ReagentId: Saxoite
Quantity: 10 Quantity: 10
- type: entity - type: entity
parent: BaseHandheldInstrument parent: BaseHandheldInstrument
id: GlockenspielInstrument id: GlockenspielInstrument

View File

@@ -28,7 +28,10 @@
sprite: Objects/Fun/toys.rsi sprite: Objects/Fun/toys.rsi
state: plushie_h state: plushie_h
- type: Extractable - type: Extractable
grindableSolution: grindableSolutionName: bee
- type: SolutionContainerManager
solutions:
bee:
reagents: reagents:
- ReagentId: GroundBee - ReagentId: GroundBee
Quantity: 10 Quantity: 10