diff --git a/code/modules/reagents/chemistry/reagents/medicine.dm b/code/modules/reagents/chemistry/reagents/medicine.dm index 92b23bedb412..9e83b3a283cf 100644 --- a/code/modules/reagents/chemistry/reagents/medicine.dm +++ b/code/modules/reagents/chemistry/reagents/medicine.dm @@ -985,7 +985,9 @@ update_flags |= M.adjustToxLoss(2, FALSE) update_flags |= M.adjustBruteLoss(1, FALSE) if(prob(10)) - M.Stun(6 SECONDS) + to_chat(M, "It feels like every single one of your muscles is cramping at once!") + M.emote("scream") + M.Weaken(6 SECONDS) return ..() | update_flags