From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 12 Dec 2023 07:48:51 +0000 (-0500) Subject: Fix crucial game breaking bug. (#22376) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=223a2587ef0db2209b2c3c157751a59820218726;p=space-station-14.git Fix crucial game breaking bug. (#22376) --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 0acb6ac0ec..75c2bb17f5 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -282,10 +282,10 @@ - type: SolutionContainerManager solutions: food: - maxVol: 20 + maxVol: 50 # you always need more mayo reagents: - ReagentId: Mayo - Quantity: 20 + Quantity: 50 # - type: entity # parent: ReagentPacketBase