mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Stimulants now provide clearer feedback and weaken you instead of stunning (#21927)
* stimulants now provide clearer feedback * Better feedback, plus screaming
This commit is contained in:
@@ -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, "<span class='userdanger'>It feels like every single one of your muscles is cramping at once!</span>")
|
||||
M.emote("scream")
|
||||
M.Weaken(6 SECONDS)
|
||||
|
||||
return ..() | update_flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user