make sickness deadlier
This commit is contained in:
parent
40cbc4f630
commit
998fbe485a
|
@ -529,8 +529,8 @@ function updateGame()
|
|||
sickCounter = sickCounter - 1
|
||||
secondsAlive = secondsAlive + 1
|
||||
end
|
||||
if sickCounter==0 and sickLapse>3 then
|
||||
sickLapse=sickLapse-2
|
||||
if sickCounter==0 and sickLapse>1 then
|
||||
sickLapse=math.max(sickLapse-5,1)
|
||||
sickCounter=20
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue