mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-29 02:39:28 +02:00
Update src/data/battler-tags.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
bd8d629155
commit
505db2b504
@ -2223,7 +2223,7 @@ export class HealBlockTag extends MoveRestrictionBattlerTag {
|
|||||||
* @param {Moves} move {@linkcode Moves} the move ID
|
* @param {Moves} move {@linkcode Moves} the move ID
|
||||||
* @param {Pokemon} user {@linkcode Pokemon} the move user
|
* @param {Pokemon} user {@linkcode Pokemon} the move user
|
||||||
* @param {Pokemon} target {@linkcode Pokemon} the target of the move
|
* @param {Pokemon} target {@linkcode Pokemon} the target of the move
|
||||||
* @returns {boolean} the move cannot be used b/c the target is an ally
|
* @returns `true` if the move cannot be used because the target is an ally
|
||||||
*/
|
*/
|
||||||
override isMoveTargetRestricted(move: Moves, user: Pokemon, target: Pokemon) {
|
override isMoveTargetRestricted(move: Moves, user: Pokemon, target: Pokemon) {
|
||||||
const moveCategory = new Utils.IntegerHolder(allMoves[move].category);
|
const moveCategory = new Utils.IntegerHolder(allMoves[move].category);
|
||||||
|
Loading…
Reference in New Issue
Block a user