[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
@@ -79,7 +79,7 @@
var/shock = 0.75*owner.traumatic_shock
//Caffeinated or otherwise overexcited xenochimera can become feral and have special messages
var/jittery = max(0, owner.jitteriness - 100)
var/jittery = max(0, owner.get_jittery() - 100)
//Are we in danger of ferality?
var/danger = FALSE