From b9d106886ebf917bd84f2091d5fa9a67ea381692 Mon Sep 17 00:00:00 2001 From: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com> Date: Tue, 27 Jun 2023 03:34:15 +0200 Subject: [PATCH] Buffs stimulative agent (#21349) * buffs stimulative agent * Update code/modules/reagents/chemistry/reagents/medicine.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --- code/modules/reagents/chemistry/reagents/medicine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 6414fd30bec..ad1ca14add7 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -933,7 +933,7 @@ M.AdjustStunned(-6 SECONDS) M.AdjustWeakened(-6 SECONDS) M.AdjustKnockDown(-6 SECONDS) - update_flags |= M.adjustStaminaLoss(-20*REAGENTS_EFFECT_MULTIPLIER, FALSE) + update_flags |= M.adjustStaminaLoss(-40 * REAGENTS_EFFECT_MULTIPLIER, FALSE) return ..() | update_flags /datum/reagent/medicine/stimulative_agent/on_mob_delete(mob/living/M)