caps laser eye blur at 20 seconds (#2922)

## About The Pull Request
caps laser eye blur at 20 seconds

## Why It's Good For The Game
there is no cap and we have guns that shoot VERY FAST

## Proof Of Testing

I tested it, trust me.

## Changelog

🆑
balance: Eye blur from lasers is capped at maximum of 20 seconds.
/🆑
This commit is contained in:
Arturlang
2025-02-03 11:19:00 -08:00
committed by GitHub
parent f79d84b766
commit f0743a421b
+1 -1
View File
@@ -247,7 +247,7 @@
if(drowsy)
adjust_drowsiness(drowsy)
if(eyeblur)
adjust_eye_blur(eyeblur)
adjust_eye_blur_up_to(eyeblur, 30 SECONDS) // BUBBER CHANGE, CAPS EYEBLUR
if(jitter && !check_stun_immunity(CANSTUN))
adjust_jitter(jitter)
if(slur)