mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
776d69fe58
commit
9ab3009091
@ -6036,7 +6036,8 @@ export class RemoveArenaTagsAttr extends MoveEffectAttr {
|
|||||||
private readonly tagTypes: readonly [ArenaTagType, ...ArenaTagType[]];
|
private readonly tagTypes: readonly [ArenaTagType, ...ArenaTagType[]];
|
||||||
/**
|
/**
|
||||||
* Whether to remove tags from both sides of the field (`true`) or
|
* Whether to remove tags from both sides of the field (`true`) or
|
||||||
* the target's side of the field (`false`); default `false`
|
* the target's side of the field (`false`)
|
||||||
|
* @defaultValue `false`
|
||||||
*/
|
*/
|
||||||
private removeAllTags: boolean
|
private removeAllTags: boolean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user