mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Change drunk blur effect to scale based on intoxication [MDB IGNORE] (#13648)
* Change drunk blur effect to scale by intoxication (#66961) * Change drunk blur effect to scale based on intoxication Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
|
||||
// Over 71, we will constantly have blurry eyes
|
||||
if(drunk_value >= 71)
|
||||
owner.blur_eyes(5)
|
||||
owner.blur_eyes(drunk_value - 70)
|
||||
|
||||
// Over 81, we will gain constant toxloss
|
||||
if(drunk_value >= 81)
|
||||
|
||||
Reference in New Issue
Block a user