mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
[MIRROR] Movement adjustments. (#12386)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
deb9d9c5d0
commit
65be3c3f8b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user