bane mechanic for zerg measures

This commit is contained in:
2024-02-23 20:47:46 -06:00
parent 39aec46220
commit 97fcbd8608
3 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -165,8 +165,7 @@ public class ZergManager {
return multiplier;
}
public static int getBaneCapSize(Bane bane){
Guild defender = bane.getCity().getGuild();
public static int getBaneCapSize(Guild defender){
int treesInNation = defender.getNation().getSubGuildList().size() + 1;
int capSize;
switch(treesInNation){