make sickness deadlier

master
Fabien Freling 2019-04-29 13:41:21 +02:00
parent 40cbc4f630
commit 998fbe485a
1 changed files with 2 additions and 2 deletions

View File

@ -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