mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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);
|
||||
computerType = AbilityUtils.filterListByType(computerType, sa.getParam("ChangeType"), sa);
|
||||
|
||||
// Timetwister AI
|
||||
if (source.getName().equals("Timetwister")) {
|
||||
return SpecialCardAi.Timetwister.consider(ai, sa);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user