mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
[Localization] Corrected capitalization on Quick Claw activation text (#1894)
* Update pokemon-species.ts Updated Pokemon genders to canonical rates * Corrected capitalization of Quick Claw activation
This commit is contained in:
parent
a852106a9d
commit
cc2e31dbe0
@ -797,7 +797,7 @@ export class BypassSpeedChanceModifier extends PokemonHeldItemModifier {
|
||||
const hasQuickClaw = this.type instanceof ModifierTypes.PokemonHeldItemModifierType && this.type.id === "QUICK_CLAW";
|
||||
|
||||
if (isCommandFight && hasQuickClaw) {
|
||||
pokemon.scene.queueMessage(getPokemonMessage(pokemon, " used its quick claw to move faster!"));
|
||||
pokemon.scene.queueMessage(getPokemonMessage(pokemon, " used its Quick Claw to move faster!"));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user