mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
- Unneeded code since we're already in the "own stuff" branch
This commit is contained in:
@@ -1553,9 +1553,6 @@ public class ChangeZoneAi extends SpellAbilityAi {
|
||||
fetchList = CardLists.filter(fetchList, new Predicate<Card>() {
|
||||
@Override
|
||||
public boolean apply(final Card card) {
|
||||
if (card.getOwner().isOpponentOf(decider)) {
|
||||
return true;
|
||||
}
|
||||
if (card.isToken()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user