From 146276014c93c7482ee18a565ded5b8a50540f11 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Wed, 10 Jul 2019 20:42:12 -0400 Subject: [PATCH] Update other_reagents.dm --- .../reagents/chemistry/reagents/other_reagents.dm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 6b4fdf3d99..90c7800b31 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -331,16 +331,15 @@ M.adjustOxyLoss(-3, 0) M.adjustBruteLoss(-3, 0) M.adjustFireLoss(-5, 0) - else - if(iscultist(M)) + else if(iscultist(M)) M.AdjustUnconscious(1, 0) M.AdjustStun(10, 0) M.AdjustKnockdown(20, 0) M.adjustStaminaLoss(15, 0) - else - M.adjustToxLoss(3, 0) - M.adjustOxyLoss(2, 0) - M.adjustStaminaLoss(10, 0) + else + M.adjustToxLoss(3, 0) + M.adjustOxyLoss(2, 0) + M.adjustStaminaLoss(10, 0) holder.remove_reagent(id, 1) return TRUE