From 27a8876e9951b50d921baab258a409dd613d02cf Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 11 Jul 2019 01:15:39 -0400 Subject: [PATCH] I dont care anymore, It works in testing to function fine I dont see a problem is this, kinda would like citation on were Clockies will get added in the last else claim. --- .../reagents/chemistry/reagents/other_reagents.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 90c7800b31..4929c4f33d 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -331,16 +331,16 @@ M.adjustOxyLoss(-3, 0) M.adjustBruteLoss(-3, 0) M.adjustFireLoss(-5, 0) - else if(iscultist(M)) - M.AdjustUnconscious(1, 0) - M.AdjustStun(10, 0) - M.AdjustKnockdown(20, 0) - M.adjustStaminaLoss(15, 0) + 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) - holder.remove_reagent(id, 1) + holder.remove_reagent(id, 1) return TRUE //We only get 30u to start with...