From dc8673846466779e1b68f992642b11db5a2510b4 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sat, 25 May 2019 17:15:06 +0200 Subject: [PATCH] decrease sickness speed --- right_coin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right_coin.lua b/right_coin.lua index 36f9821..fb9fe92 100644 --- a/right_coin.lua +++ b/right_coin.lua @@ -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