Skip to content

Commit

Permalink
[Localization] Corrected capitalization on Quick Claw activation text (
Browse files Browse the repository at this point in the history
…pagefaultgames#1894)

* Update pokemon-species.ts

Updated Pokemon genders to canonical rates

* Corrected capitalization of Quick Claw activation
  • Loading branch information
Cycrum authored Jun 7, 2024
1 parent a852106 commit cc2e31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modifier/modifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cc2e31d

Please sign in to comment.