[MIRROR] Dizzy and jittery components (#11273)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-30 16:20:22 -07:00
committed by GitHub
parent 105391bfee
commit fb4d35fb7a
26 changed files with 210 additions and 129 deletions
+2 -1
View File
@@ -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")