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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user