mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
fixed javadoc for Battlefield.count
fixed rule text for card
This commit is contained in:
parent
a8d9ae6835
commit
f81cf3116a
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue