- Added a comment to ChangeZoneAllAi.

This commit is contained in:
Agetian
2017-01-07 17:29:07 +00:00
parent 30e4fbdc74
commit 5e879b0301

View File

@@ -71,6 +71,7 @@ public class ChangeZoneAllAi extends SpellAbilityAi {
CardCollectionView computerType = ai.getCardsIn(origin); CardCollectionView computerType = ai.getCardsIn(origin);
computerType = AbilityUtils.filterListByType(computerType, sa.getParam("ChangeType"), sa); computerType = AbilityUtils.filterListByType(computerType, sa.getParam("ChangeType"), sa);
// Timetwister AI
if (source.getName().equals("Timetwister")) { if (source.getName().equals("Timetwister")) {
return SpecialCardAi.Timetwister.consider(ai, sa); return SpecialCardAi.Timetwister.consider(ai, sa);
} }