mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Merge pull request #5379 from Anewbe/drowsy
Fixes an infinite drowsyness bug
This commit is contained in:
@@ -1032,7 +1032,7 @@
|
||||
adjustHalLoss(-1)
|
||||
|
||||
if (drowsyness)
|
||||
drowsyness--
|
||||
drowsyness = max(0, drowsyness - 1)
|
||||
eye_blurry = max(2, eye_blurry)
|
||||
if (prob(5))
|
||||
sleeping += 1
|
||||
|
||||
Reference in New Issue
Block a user