mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added a comment to ChangeZoneAllAi.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user