[MIRROR] Movement adjustments. (#12386)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-07 00:59:32 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent deb9d9c5d0
commit 65be3c3f8b
8 changed files with 65 additions and 58 deletions
@@ -595,6 +595,7 @@
M.stuttering = min(50, max(0, M.stuttering + 5)) //If you can't feel yourself, and your main mode of speech is resonation, there's a problem.
M.add_chemical_effect(CE_PAINKILLER, 200 * chem_effective)
M.add_chemical_effect(CE_SLOWDOWN, 1)
M.add_chemical_effect(CE_NARCOTICS, 1)
M.eye_blurry = min(M.eye_blurry + 10, 250 * chem_effective)
/datum/reagent/oxycodone/overdose(var/mob/living/carbon/M, var/alien)