kill eggbug 2.0: increase second phase damage
to avoid minified react error 422 (ssr doesn't match user bla bla bla)
This commit is contained in:
parent
e2926a36c1
commit
c08b429e92
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ const Defeated = ({
|
||||||
</summary>
|
</summary>
|
||||||
<Battle
|
<Battle
|
||||||
max_health={100_000_000}
|
max_health={100_000_000}
|
||||||
damage_multiplier={3_000_000}
|
damage_multiplier={5_000_000}
|
||||||
damage_bonus={10_000}
|
damage_bonus={10_000}
|
||||||
phase={2}
|
phase={2}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue