stances for guards

This commit is contained in:
2023-09-09 19:23:46 -05:00
parent 96231260bc
commit df3964110a
4 changed files with 153 additions and 58 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ public class MobAI {
return false;
}
private static int getGuardPowerRank(Mob mob) {
public static int getGuardPowerRank(Mob mob) {
int powerRank = 1;
switch (mob.getRank()) {