diff --git a/Resources/Prototypes/Entities/Objects/Consumable/botany.yml b/Resources/Prototypes/Entities/Objects/Consumable/botany.yml index 1ee4463f89..64905e33a4 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/botany.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/botany.yml @@ -20,8 +20,11 @@ - type: SolutionContainer caps: NoExamine contents: - chem.Nutrient: 5 - chem.Flour: 5 + reagents: + - ReagentId: chem.Nutriment + Quantity: 5 + - ReagentId: chem.Flour + Quantity: 5 - type: Produce seed: wheat @@ -36,8 +39,11 @@ - type: SolutionContainer caps: NoExamine contents: - chem.Nutrient: 5 - chem.Flour: 5 + reagents: + - ReagentId: chem.Nutriment + Quantity: 5 + - ReagentId: chem.Glucose + Quantity: 5 - type: Produce seed: sugarcane