[MIRROR] Dizzy and jittery components (#11273)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-30 16:20:22 -07:00
committed by GitHub
parent 105391bfee
commit fb4d35fb7a
26 changed files with 210 additions and 129 deletions

View File

@@ -39,7 +39,7 @@
"IT HURTS.",
"Your body feels as if it's trying to rip itself open..."
)
if(prob(20) && our_human.jitteriness < 50)
if(prob(20) && our_human.get_jittery() < 50)
our_human.make_jittery(120)
to_chat(our_human, span_danger(pick(pain_message)))