decrease sickness speed

master
Fabien Freling 2019-05-25 17:15:06 +02:00
parent da12042169
commit dc86738464
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ function updateGame()
secondsAlive = secondsAlive + 1
end
if sickCounter==0 and sickLapse>1 then
sickLapse=math.max(sickLapse-5,1)
sickLapse=math.max(sickLapse-2,1)
sickCounter=20
end