mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-08 08:29:37 +02:00
Add Sacred Ash to revive
Group
This commit is contained in:
parent
ef7437815a
commit
80151b3338
@ -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