Add Sacred Ash to revive Group

This commit is contained in:
xsn34kzx 2025-07-31 22:24:38 -04:00
parent ef7437815a
commit 80151b3338

View File

@ -1013,6 +1013,7 @@ class AllPokemonFullReviveModifierType extends AllPokemonFullHpRestoreModifierTy
"modifierType:ModifierType.AllPokemonFullReviveModifierType", "modifierType:ModifierType.AllPokemonFullReviveModifierType",
(_type, _args) => new PokemonHpRestoreModifier(this, -1, 0, 100, false, true), (_type, _args) => new PokemonHpRestoreModifier(this, -1, 0, 100, false, true),
); );
this.group = "revive";
} }
} }