diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 27b6806d315..b997d573fb9 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -1015,8 +1015,10 @@ M.AdjustDruggy(-10 SECONDS) M.AdjustHallucinate(-5 SECONDS) M.AdjustJitter(-10 SECONDS) - if(prob(50)) - M.Drowsy(6 SECONDS) + if(prob(40)) + M.EyeBlurry(10 SECONDS) + if(prob(75)) + M.Confused(6 SECONDS) if(prob(10)) M.emote("drool") if(prob(20))