From e6b8d18787af0f00e1ed165c75d86173ffbb2b93 Mon Sep 17 00:00:00 2001 From: CrigCrag <137215465+CrigCrag@users.noreply.github.com> Date: Sun, 13 Aug 2023 03:23:37 -0400 Subject: [PATCH] Make jugs printable and bigger (#18941) * Update medfab recipes add jug * Update chemical-containers.yml * Update chemical-containers.yml again what if it was 25 * Update medical.yml yet again reduce cost * Update chemical-containers.yml again * Update medical.yml remove name for recipe since it seems redundant as its ID is jug anyways --- .../Entities/Objects/Specific/chemical-containers.yml | 2 +- Resources/Prototypes/Recipes/Lathes/medical.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml index a9e98201a6..24801ff64e 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml @@ -17,7 +17,7 @@ map: [ "enum.SolutionContainerLayers.Fill" ] visible: false - type: Item - size: 10 + size: 20 sprite: Objects/Specific/Chemistry/jug.rsi - type: RefillableSolution solution: beaker diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index 69e9b2d093..66ab4d8899 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -197,3 +197,10 @@ completetime: 2 materials: Plastic: 100 + +- type: latheRecipe + id: Jug + result: Jug + completetime: 4 + materials: + Plastic: 700