From 6c4d17f06a4359ccfd18327b4d2b50a1392cb6c0 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sun, 28 Apr 2019 15:58:04 +0200 Subject: [PATCH] fix blue coin currency --- right_coin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right_coin.lua b/right_coin.lua index 789d8db..5d45019 100644 --- a/right_coin.lua +++ b/right_coin.lua @@ -440,7 +440,7 @@ function updateGame() p:update() -- Coin market - valueBlue=math.floor((math.sin(t/100)+1)*10)/10 + valueBlue=math.floor((math.sin(t/200)+1)*50)/10 if t%60 == 0 then valueRed=math.random(0,99)/10 end