Planar Nexus and support

This commit is contained in:
tool4EvEr
2024-05-16 17:23:55 +02:00
committed by Hans Mackowiak
parent 303a1144d4
commit 6f27c56b21
3 changed files with 14 additions and 0 deletions

View File

@@ -423,6 +423,10 @@ public final class StaticAbilityContinuous {
newTypes.addAll(CardType.getBasicTypes());
return true;
}
if (input.equals("AllNonBasicLandType")) {
newTypes.addAll(CardType.getNonBasicTypes());
return true;
}
return false;
}
});