Cover non-universal type change effects that also say 'land'.

This commit is contained in:
Grath 2025-08-22 22:53:48 -04:00
parent c7f92a093b
commit 370ce47303
5 changed files with 10 additions and 11 deletions

View file

@ -20,6 +20,7 @@ public class AddBasicLandTypeAllLandsEffect extends ContinuousEffectImpl {
this.subType = subType;
this.staticText = "Each land is " + subType.getIndefiniteArticle() + " "
+ subType.getDescription() + " in addition to its other land types";
this.dependendToTypes.add(DependencyType.BecomeNonbasicLand);
switch (subType) {
case PLAINS:
this.dependencyTypes.add(DependencyType.BecomePlains);