From b720871d0bf442ea445f7c436d9113526458d124 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:56:22 -0500 Subject: [PATCH] Fix iron/copper being overtuned (infinite blood exploit!) (#25678) * Fix iron being overtuned due to oversight * fix copper too --- Resources/Prototypes/Reagents/elements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Reagents/elements.yml b/Resources/Prototypes/Reagents/elements.yml index 5c6528a43f..b3a7fe1bb0 100644 --- a/Resources/Prototypes/Reagents/elements.yml +++ b/Resources/Prototypes/Reagents/elements.yml @@ -76,7 +76,7 @@ - !type:OrganType type: Arachnid shouldHave: true - amount: 4 + amount: 0.4 - type: reagent id: Fluorine @@ -167,7 +167,7 @@ - !type:OrganType type: Arachnid shouldHave: false - amount: 4 + amount: 0.4 - type: reagent id: Lithium -- 2.51.2