mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +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
@@ -35,7 +35,7 @@
|
||||
if(xc.feral + H.nutrition < 150)
|
||||
to_chat(usr, span_warning("Your hunger prevents you from regaining focus."))
|
||||
feral_passing = FALSE
|
||||
if(H.jitteriness >= 100)
|
||||
if(H.get_jittery() >= 100)
|
||||
to_chat(usr, span_warning("Your jitterness prevents you from regaining focus."))
|
||||
feral_passing = FALSE
|
||||
if(feral_passing)
|
||||
|
||||
Reference in New Issue
Block a user