From 186d6f906eae29e47899352e80aa48dbe3e9a675 Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:40:18 -0400 Subject: [PATCH] Make move thing show --- src/ui/fight-ui-handler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/fight-ui-handler.ts b/src/ui/fight-ui-handler.ts index 1eba555f078..50b35657c5c 100644 --- a/src/ui/fight-ui-handler.ts +++ b/src/ui/fight-ui-handler.ts @@ -247,6 +247,8 @@ export default class FightUiHandler extends UiHandler { return undefined; } + return this.calcDamage(pokemon as PlayerPokemon, opponent, pokemonMove) + return `${effectiveness}x`; }