From ef502d5a025208277370201655dc38b3b8b67354 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sat, 6 Feb 2021 21:13:32 -0500 Subject: [PATCH] TTH: To the Beat attack chances raised --- tetris/modes/hero.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris/modes/hero.lua b/tetris/modes/hero.lua index 211927d..f874a93 100644 --- a/tetris/modes/hero.lua +++ b/tetris/modes/hero.lua @@ -136,7 +136,7 @@ function TheTrueHero:advanceOneFrame(inputs, ruleset) self.current_attack = math.random(4) end until prev_attack ~= self.current_attack and ( - self.current_attack ~= 5 or attack_rolls == 3 + self.current_attack ~= 5 or attack_rolls == 2 ) if self.current_attack == 1 then self.var = math.floor(3 + math.random(