[MIRROR] Dizzy and jittery components (#11273)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-31 01:20:22 +02:00
committed by GitHub
co-authored by Will
parent 105391bfee
commit fb4d35fb7a
26 changed files with 210 additions and 129 deletions
@@ -19,7 +19,7 @@
return
if(prob(5) && prob(7))
owner.stuttering = max(15, owner.stuttering)
if(owner.jitteriness < 50)
if(owner.get_jittery() < 50)
owner.make_jittery(65)
/datum/component/nervousness_disability/Destroy(force = FALSE)