diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index c5a5080a4a..8a4b2297e7 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -3122,7 +3122,7 @@ datum return if(55 to 200) M.druggy = max(M.druggy, 55) - if(200 to INFINITY) + else if(200 to INFINITY) M.adjustToxLoss(2) ..() return @@ -3156,7 +3156,7 @@ datum return if(55 to 200) M.druggy = max(M.druggy, 55) - if(200 to INFINITY) + else if(200 to INFINITY) M.adjustToxLoss(2) ..() return