diff --git a/code/datums/status_effects/debuffs/drunk.dm b/code/datums/status_effects/debuffs/drunk.dm index b6e4f058a09..7a7192d8a83 100644 --- a/code/datums/status_effects/debuffs/drunk.dm +++ b/code/datums/status_effects/debuffs/drunk.dm @@ -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)