From 4b76ca68220ef059b0db802d8325a3363b0b1ec0 Mon Sep 17 00:00:00 2001 From: Moony Date: Thu, 25 Nov 2021 14:40:49 -0600 Subject: [PATCH] god says you have to juice the saxophone (#5518) Apparently I can't have a predefined contents for grinding, so this fixes that bug. --- .../Prototypes/Entities/Objects/Fun/instruments.yml | 12 ++++++++---- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 11 +++++++---- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/instruments.yml b/Resources/Prototypes/Entities/Objects/Fun/instruments.yml index b4ac113fdc..31da3c9ea0 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/instruments.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/instruments.yml @@ -172,10 +172,14 @@ size: 24 sprite: Objects/Fun/Instruments/saxophone.rsi - type: Extractable - grindableSolution: - reagents: - - ReagentId: Saxoite - Quantity: 10 + grindableSolutionName: sax + - type: SolutionContainerManager + solutions: + sax: + reagents: + - ReagentId: Saxoite + Quantity: 10 + - type: entity parent: BaseHandheldInstrument diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index d8378ab4be..4d7c6f9fc1 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -28,10 +28,13 @@ sprite: Objects/Fun/toys.rsi state: plushie_h - type: Extractable - grindableSolution: - reagents: - - ReagentId: GroundBee - Quantity: 10 + grindableSolutionName: bee + - type: SolutionContainerManager + solutions: + bee: + reagents: + - ReagentId: GroundBee + Quantity: 10 - type: entity parent: BasePlushie