[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:
SkyratBot
2022-05-16 19:57:24 -07:00
committed by GitHub
co-authored by Tim
parent 722bfc4101
commit d6d593adc3
+1 -1
View File
@@ -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)