mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Cover non-universal type change effects that also say 'land'.
This commit is contained in:
parent
c7f92a093b
commit
370ce47303
5 changed files with 10 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue