mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
Fixes issue with slurring never going away.
Ethylredoxrazine now properly fights alcohol effects.
This commit is contained in:
@@ -1052,7 +1052,8 @@
|
||||
|
||||
if(stuttering)
|
||||
stuttering = max(stuttering-1, 0)
|
||||
|
||||
if (src.slurring)
|
||||
stuttering = max(slurring-1, 0)
|
||||
if(silent)
|
||||
silent = max(silent-1, 0)
|
||||
|
||||
|
||||
@@ -1639,7 +1639,7 @@ datum
|
||||
if(!M) M = holder.my_atom
|
||||
M.dizziness = 0
|
||||
M.drowsyness = 0
|
||||
M.stuttering = 0
|
||||
M.slurring = 0
|
||||
M.confused = 0
|
||||
..()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user