mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Planar Nexus and support
This commit is contained in:
committed by
Hans Mackowiak
parent
303a1144d4
commit
6f27c56b21
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user