From f9b585d133fd5598a259737d67272ce2db119883 Mon Sep 17 00:00:00 2001 From: X0-11 Date: Mon, 20 May 2024 19:47:33 +0100 Subject: [PATCH] diminishing returns ramp up tweak --- code/__defines/chemistry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__defines/chemistry.dm b/code/__defines/chemistry.dm index 7dfa7f4a378aa..bd83b394f0023 100644 --- a/code/__defines/chemistry.dm +++ b/code/__defines/chemistry.dm @@ -15,7 +15,7 @@ #define REAGENTS_OVERDOSE 30 //For chemical effects with diminishing returns, how much %wise should we lose for each second the chem is in us? -#define DIMINISHING_RETURNS_PERSECOND_LOSS 0.006 +#define DIMINISHING_RETURNS_PERSECOND_LOSS 0.007 //What is the lowest our multiplier can get? #define DIMINISHING_RETURNS_CAP 0.4