decrease sickness speed
This commit is contained in:
parent
da12042169
commit
dc86738464
|
@ -549,7 +549,7 @@ function updateGame()
|
||||||
secondsAlive = secondsAlive + 1
|
secondsAlive = secondsAlive + 1
|
||||||
end
|
end
|
||||||
if sickCounter==0 and sickLapse>1 then
|
if sickCounter==0 and sickLapse>1 then
|
||||||
sickLapse=math.max(sickLapse-5,1)
|
sickLapse=math.max(sickLapse-2,1)
|
||||||
sickCounter=20
|
sickCounter=20
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue