Merge pull request #8645 from phil235/DrowsynessFix

Fixes drowsyness never going down.
This commit is contained in:
hornygranny
2015-03-30 15:36:49 -07:00
+1 -1
View File
@@ -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