mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Dizzy and jittery components (#11273)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
105391bfee
commit
fb4d35fb7a
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user