mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Update move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
0b2077d036
commit
2480ee2be8
@ -6112,7 +6112,7 @@ const arenaTrapTags = [
|
||||
|
||||
export class RemoveArenaTrapAttr extends RemoveArenaTagsAttr {
|
||||
constructor(targetBothSides = false) {
|
||||
// TODO: This triggers at a different time than {@linkcode RemoveArenaTagsAbAttr}...
|
||||
// TODO: This triggers at a different time than `RemoveArenaTagsAbAttr`...
|
||||
super(arenaTrapTags, targetBothSides, { trigger: MoveEffectTrigger.PRE_APPLY });
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user