From d42dd3b76577682bcc2b1197fa17cd68f76fa7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Gerd=20M=C3=BCller?= Date: Sun, 2 Sep 2018 22:07:19 +0200 Subject: [PATCH] Update install_kgms_cheat_autoclick.sh secret service --- install_kgms_cheat_autoclick.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_kgms_cheat_autoclick.sh b/install_kgms_cheat_autoclick.sh index ea5d0a1..e73295f 100644 --- a/install_kgms_cheat_autoclick.sh +++ b/install_kgms_cheat_autoclick.sh @@ -140,6 +140,9 @@ end pipe = 0 hit = function() local hp = minetest.localplayer:get_hp() + if hp == 1 then + return + end local hp_delay = math.ceil((20-hp)/2) local time = minetest.get_us_time() if (hp < 12) and apples and ((time-pipe) > -(hp_delay*50000)) then