From 27fd6a76c52c4138b1cac1657933bda2f51609dd Mon Sep 17 00:00:00 2001 From: matttheficus <57759731+matttheficus@users.noreply.github.com> Date: Tue, 14 Jun 2022 08:39:01 -0400 Subject: [PATCH] Adds Stimulative Agent to Epi Overdose (#17577) * QOL Buffs * a bit too much juice * Comment addition * remove confuse fix --- code/game/gamemodes/changeling/powers/epinephrine.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/changeling/powers/epinephrine.dm b/code/game/gamemodes/changeling/powers/epinephrine.dm index 5d442caf60c..6afdf24e1d3 100644 --- a/code/game/gamemodes/changeling/powers/epinephrine.dm +++ b/code/game/gamemodes/changeling/powers/epinephrine.dm @@ -19,10 +19,11 @@ user.SetParalysis(0) user.SetStunned(0) user.SetWeakened(0) + user.setStaminaLoss(0) user.lying = FALSE user.update_canmove() - user.reagents.add_reagent("synaptizine", 20) - user.adjustStaminaLoss(-75) + user.reagents.add_reagent("synaptizine", 15) + user.reagents.add_reagent("stimulative_agent", 1) SSblackbox.record_feedback("nested tally", "changeling_powers", 1, list("[name]")) return TRUE