mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 15:59:02 -06:00
TTH: To the Beat attack chances raised
This commit is contained in:
parent
a963cdcf40
commit
ef502d5a02
@ -136,7 +136,7 @@ function TheTrueHero:advanceOneFrame(inputs, ruleset)
|
|||||||
self.current_attack = math.random(4)
|
self.current_attack = math.random(4)
|
||||||
end
|
end
|
||||||
until prev_attack ~= self.current_attack and (
|
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
|
if self.current_attack == 1 then
|
||||||
self.var = math.floor(3 + math.random(
|
self.var = math.floor(3 + math.random(
|
||||||
|
Loading…
Reference in New Issue
Block a user