Add remaining missing archer tree skill constants

This commit is contained in:
Charlie Unfricht
2022-08-17 19:39:14 -04:00
parent edd38a686b
commit fe7ea6fcef
6 changed files with 13 additions and 0 deletions

View File

@@ -25,8 +25,11 @@ package constants.skills;
* @author BubblesDev
*/
public class Sniper {
public static final int THRUST = 3210000;
public static final int MORTAL_BLOW = 3210001;
public static final int PUPPET = 3211002;
public static final int BLIZZARD = 3211003;
public static final int ARROW_ERUPTION = 3210004;
public static final int GOLDEN_EAGLE = 3211005;
public static final int STRAFE = 3210006;
}