summaryrefslogtreecommitdiff
path: root/src/com/dabomstew/pkrandom/pokemon/Move.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/dabomstew/pkrandom/pokemon/Move.java')
-rwxr-xr-xsrc/com/dabomstew/pkrandom/pokemon/Move.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/dabomstew/pkrandom/pokemon/Move.java b/src/com/dabomstew/pkrandom/pokemon/Move.java
index e3f9f21..81d6b14 100755
--- a/src/com/dabomstew/pkrandom/pokemon/Move.java
+++ b/src/com/dabomstew/pkrandom/pokemon/Move.java
@@ -43,6 +43,7 @@ public class Move {
public StatusMoveType statusMoveType = StatusMoveType.NONE_OR_UNKNOWN;
public StatusType statusType = StatusType.NONE;
public double statusPercentChance;
+ public double flinchPercentChance;
public int effectIndex;
public int target;
public MoveCategory category;