mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
[MIRROR] Dizzy and jittery components (#11273)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
105391bfee
commit
fb4d35fb7a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user