mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 19:53:35 +01: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
@@ -100,7 +100,8 @@
|
||||
if("permanent sleeping")
|
||||
owner.sleeping = max(owner.sleeping+10,10)
|
||||
if("jittery")
|
||||
owner.make_jittery(100)
|
||||
if(owner.get_jittery() < 100)
|
||||
owner.make_jittery(100)
|
||||
if("paralysed")
|
||||
owner.paralysis = max(owner.paralysis,10)
|
||||
if("cough")
|
||||
|
||||
Reference in New Issue
Block a user