Skip to content

Commit

Permalink
Stimulants now provide clearer feedback and weaken you instead of stu…
Browse files Browse the repository at this point in the history
…nning (ParadiseSS13#21927)

* stimulants now provide clearer feedback

* Better feedback, plus screaming
  • Loading branch information
lewcc authored Aug 21, 2023
1 parent 979935a commit f39f688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/reagents/chemistry/reagents/medicine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f39f688

Please sign in to comment.