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:
mehbark 2023-07-31 17:32:41 -04:00
parent e2926a36c1
commit c08b429e92

View file

@ -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}
/> />