Make move thing show

This commit is contained in:
RedstonewolfX 2024-09-08 18:40:18 -04:00
parent 282ecca47d
commit 186d6f906e

View File

@ -247,6 +247,8 @@ export default class FightUiHandler extends UiHandler {
return undefined; return undefined;
} }
return this.calcDamage(pokemon as PlayerPokemon, opponent, pokemonMove)
return `${effectiveness}x`; return `${effectiveness}x`;
} }