varplayer: add auto retaliate (#2193)

* Adds the VarPlayer corresponding to your currently set auto retaliate option.

* Update VarPlayer.java

* Fixed important typo

Oops
This commit is contained in:
Thomas Cylke
2020-04-01 21:17:55 -04:00
committed by GitHub
parent 819f7b0abe
commit b028237cc7

View File

@@ -56,6 +56,11 @@ public enum VarPlayer
SPECIAL_ATTACK_PERCENT(300),
SPECIAL_ATTACK_ENABLED(301),
/**
* This has a value of 0 if you have auto retaliate enabled and a value of 1 if you do not
*/
AUTO_RETALIATE(172),
IN_RAID_PARTY(1427),
NMZ_REWARD_POINTS(1060),