mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user