mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Merge branch 'pledge-moves' of https://github.com/innerthunder/pokerogue into pledge-moves
This commit is contained in:
commit
b8cf9a9dda
@ -2,8 +2,8 @@ import { BattlerIndex } from "#app/battle";
|
||||
import { ArenaTagSide } from "#app/data/arena-tag";
|
||||
import { allMoves, FlinchAttr } from "#app/data/move";
|
||||
import { Type } from "#app/data/type";
|
||||
import { ArenaTagType } from "#app/enums/arena-tag-type";
|
||||
import { Stat } from "#app/enums/stat";
|
||||
import { ArenaTagType } from "#enums/arena-tag-type";
|
||||
import { Stat } from "#enums/stat";
|
||||
import { toDmgValue } from "#app/utils";
|
||||
import { Abilities } from "#enums/abilities";
|
||||
import { Moves } from "#enums/moves";
|
||||
|
Loading…
Reference in New Issue
Block a user