mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Add Sacred Ash to revive
Group
This commit is contained in:
parent
ad62c46b13
commit
5193b6b57c
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user