mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
KeywordWithCostAndType.java set artifact landcycling for reminder text
This commit is contained in:
@@ -24,6 +24,8 @@ public class KeywordWithCostAndType extends KeywordInstance<KeywordWithCostAndTy
|
|||||||
n[i] = n[i].toLowerCase();
|
n[i] = n[i].toLowerCase();
|
||||||
} else if (n[i].equals("Basic")) {
|
} else if (n[i].equals("Basic")) {
|
||||||
n[i] = "basic land";
|
n[i] = "basic land";
|
||||||
|
} else if (n[i].equals("Land.Artifact")) {
|
||||||
|
n[i] = "artifact land";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user