mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Removed extra ending dot in rule text.
This commit is contained in:
parent
e7cdf9c595
commit
fb4bd59af8
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ import mage.filter.common.FilterLandPermanent;
|
|||
*/
|
||||
public class LoamLion extends CardImpl<LoamLion> {
|
||||
|
||||
private static final String rule = "Loam Lion gets +1/+2 as long as you control a Forest.";
|
||||
private static final String rule = "Loam Lion gets +1/+2 as long as you control a Forest";
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("a Forest");
|
||||
|
||||
static {
|
||||
|
|
|
@ -48,7 +48,7 @@ import mage.filter.common.FilterLandPermanent;
|
|||
*/
|
||||
public class SejiriMerfolk extends CardImpl<SejiriMerfolk> {
|
||||
|
||||
private static final String rule = "As long as you control a Plains, Sejiri Merfolk has first strike and lifelink.";
|
||||
private static final String rule = "As long as you control a Plains, Sejiri Merfolk has first strike and lifelink";
|
||||
private static final FilterLandPermanent filter = new FilterLandPermanent("a Plains");
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue