diff --git a/src/data/move.ts b/src/data/move.ts index 004630c2eea..82d44f76d87 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -8043,7 +8043,7 @@ export function initMoves() { new StatusMove(Moves.POWDER, Type.BUG, 100, 20, -1, 1, 6) .attr(AddBattlerTagAttr, BattlerTagType.POWDER, false, true) .powderMove() - .partial(), // does not affect virtual moves (e.g. from Metronome or Dancer) when it should + .partial(), // does not cancel Fire-type moves generated by Dancer new SelfStatusMove(Moves.GEOMANCY, Type.FAIRY, -1, 10, -1, 0, 6) .attr(ChargeAttr, ChargeAnim.GEOMANCY_CHARGING, i18next.t("moveTriggers:isChargingPower", {pokemonName: "{USER}"})) .attr(StatChangeAttr, [ BattleStat.SPATK, BattleStat.SPDEF, BattleStat.SPD ], 2, true) diff --git a/src/locales/en/battler-tags.json b/src/locales/en/battler-tags.json index 94ea3b14958..cedb0a68d86 100644 --- a/src/locales/en/battler-tags.json +++ b/src/locales/en/battler-tags.json @@ -26,6 +26,8 @@ "seededOnAdd": "{{pokemonNameWithAffix}} was seeded!", "seededLapse": "{{pokemonNameWithAffix}}'s health is\nsapped by Leech Seed!", "seededLapseShed": "{{pokemonNameWithAffix}}'s Leech Seed\nsucked up the liquid ooze!", + "powderOnAdd": "{{pokemonNameWithAffix}} is covered in powder!", + "powderLapse": "When the flame touched the powder\non the Pokémon, it exploded!", "nightmareOnAdd": "{{pokemonNameWithAffix}} began\nhaving a Nightmare!", "nightmareOnOverlap": "{{pokemonNameWithAffix}} is\nalready locked in a Nightmare!", "nightmareLapse": "{{pokemonNameWithAffix}} is locked\nin a Nightmare!",