fixed javadoc for Battlefield.count

fixed rule text for card
This commit is contained in:
North 2011-10-10 23:49:30 +03:00
parent a8d9ae6835
commit f81cf3116a
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ class OrchardSpiritAbility extends EvasionAbility<OrchardSpiritAbility> {
@Override
public String getRule() {
return "{this} can't be blocked except by creatures with flying or reach";
return "{this} can't be blocked except by creatures with flying or reach.";
}
@Override