mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 01:09:29 +02:00
Make move thing show
This commit is contained in:
parent
282ecca47d
commit
186d6f906e
@ -247,6 +247,8 @@ export default class FightUiHandler extends UiHandler {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return this.calcDamage(pokemon as PlayerPokemon, opponent, pokemonMove)
|
||||
|
||||
return `${effectiveness}x`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user