basic Explore Effect

This commit is contained in:
Hanmac
2017-09-23 11:47:57 +00:00
parent a5b3b61052
commit 2d6ff3b74c
5 changed files with 83 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ public enum SpellApiToAi {
.put(ApiType.ExchangeControlVariant, CannotPlayAi.class)
.put(ApiType.ExchangePower, PowerExchangeAi.class)
.put(ApiType.ExchangeZone, ZoneExchangeAi.class)
.put(ApiType.Explore, AlwaysPlayAi.class)
.put(ApiType.Fight, FightAi.class)
.put(ApiType.FlipACoin, FlipACoinAi.class)
.put(ApiType.Fog, FogAi.class)