From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:28:01 +0000 (+1100) Subject: Carrots now properly contain Oculine (#24228) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=882e27795567623a3b942ab354b16bf5e71a2aa2;p=space-station-14.git Carrots now properly contain Oculine (#24228) * carrot * add * quantity --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index ce96ff8a3d..769e3a74cd 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -378,12 +378,14 @@ - type: SolutionContainerManager solutions: food: - maxVol: 9 + maxVol: 12 reagents: - ReagentId: JuiceCarrot Quantity: 5 - ReagentId: Vitamin Quantity: 4 + - ReagentId: Oculine + Quantity: 3 - type: Sprite sprite: Objects/Specific/Hydroponics/carrot.rsi - type: Produce @@ -393,6 +395,8 @@ reagents: - ReagentId: JuiceCarrot Quantity: 10 + - ReagentId: Oculine + Quantity: 2 - type: entity name: cabbage diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/juice.yml b/Resources/Prototypes/Reagents/Consumable/Drink/juice.yml index 206d7dcd2b..9b6e235eec 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/juice.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/juice.yml @@ -41,7 +41,7 @@ factor: 2 - !type:AdjustReagent reagent: Oculine - amount: 0.15 + amount: 0.5 - !type:AdjustReagent reagent: Nutriment amount: 0.5