From 97fe3ea26043eb6a55a8236875da844b9e550c76 Mon Sep 17 00:00:00 2001 From: SweptWasTaken Date: Sat, 8 May 2021 01:24:55 -0700 Subject: [PATCH] Fixes more minor food PR bugs --- .../Entities/Objects/Consumable/Food/produce.yml | 15 ++++++++++++++- .../Entities/Objects/Consumable/drinks.yml | 6 +++--- .../Reagents/Consumable/Drink/drinks.yml | 10 ++++++++++ 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index eaa914b0c0..f91a25e271 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -261,7 +261,7 @@ description: Needs some butter! And some cooking... components: - type: Food - trash: TrashCornCob + trash: FoodCornTrash - type: SolutionContainer contents: reagents: @@ -272,6 +272,19 @@ - type: Produce seed: corn +- type: entity + name: corn cob + parent: BaseItem + id: FoodCornTrash + description: Not a dang kernel left. + components: + - type: Sprite + sprite: Objects/Specific/Hydroponics/corn.rsi + state: cob + netsync: false + - type: Item + size: 1 + - type: entity name: onion parent: ProduceBase diff --git a/Resources/Prototypes/Entities/Objects/Consumable/drinks.yml b/Resources/Prototypes/Entities/Objects/Consumable/drinks.yml index 561de3359f..40b85500dc 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/drinks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/drinks.yml @@ -183,7 +183,7 @@ maxVol: 20 contents: reagents: - - ReagentId: BerryJuice + - ReagentId: JuiceBerry Quantity: 20 - type: Sprite sprite: Objects/Consumable/Drinks/berryjuice.rsi @@ -670,7 +670,7 @@ maxVol: 20 contents: reagents: - - ReagentId: GrapeJuice + - ReagentId: JuiceGrape Quantity: 20 - type: Sprite sprite: Objects/Consumable/Drinks/grapejuice.rsi @@ -1189,7 +1189,7 @@ maxVol: 20 contents: reagents: - - ReagentId: PoisonBerryJuice + - ReagentId: JuiceBerryPoison Quantity: 20 - type: Sprite sprite: Objects/Consumable/Drinks/poisonberryjuice.rsi diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index a3eaff3037..b4c5009d35 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -53,6 +53,16 @@ - !type:DefaultDrink rate: 1 +- type: reagent + id: MilkSoy + name: soy milk + desc: Surprisingly tasty. + physicalDesc: refreshing + color: "#302000" + metabolism: + - !type:DefaultDrink + rate: 1 + - type: reagent id: MilkOat name: oat milk