Add Approach of the Second Sun

Add BranchEffect
This commit is contained in:
Sol
2017-04-30 20:27:15 +00:00
parent e39949895d
commit 8ccee98f5e
7 changed files with 61 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ public enum SpellApiToAi {
.put(ApiType.BecomesBlocked, BecomesBlockedAi.class)
.put(ApiType.BidLife, BidLifeAi.class)
.put(ApiType.Bond, BondAi.class)
.put(ApiType.Branch, AlwaysPlayAi.class)
.put(ApiType.ChangeTargets, ChangeTargetsAi.class)
.put(ApiType.ChangeZone, ChangeZoneAi.class)
.put(ApiType.ChangeZoneAll, ChangeZoneAllAi.class)