werebear and werewolf guard can use powers

This commit is contained in:
2023-09-01 21:48:57 -05:00
parent 7079bb6a63
commit 9ee2ccc8af
+2 -1
View File
@@ -318,7 +318,8 @@ public class MobAI {
else
contractID = mob.contract.getContractID();
if (Enum.MinionType.ContractToMinionMap.get(contractID).isMage() == false)
//exception for werewolf and werebear guard captains
if (Enum.MinionType.ContractToMinionMap.get(contractID).isMage() == false && contractID != 980111 && contractID != 980110)
return false;
}