Removed extra ending dot in rule text.

This commit is contained in:
North 2011-05-22 13:00:39 +03:00
parent e7cdf9c595
commit fb4bd59af8
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {