mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Fixes drowsyness never going down.
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
dizziness = max(dizziness - restingpwr, 0)
|
||||
|
||||
if(drowsyness)
|
||||
dizziness = max(drowsyness - restingpwr, 0)
|
||||
drowsyness = max(drowsyness - restingpwr, 0)
|
||||
eye_blurry = max(2, eye_blurry)
|
||||
if(prob(5))
|
||||
sleeping += 1
|
||||
|
||||
Reference in New Issue
Block a user