mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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
|
||||
|
|
|
@ -159,7 +159,7 @@ public class Battlefield implements Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true if the battlefield contains at least 1 {@link Permanent}
|
||||
* Returns true if the battlefield contains num {@link Permanent}
|
||||
* that matches the filter and is controlled by controllerId.
|
||||
* This method ignores the range of influence.
|
||||
*
|
||||
|
@ -180,7 +180,7 @@ public class Battlefield implements Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true if the battlefield contains at least 1 {@link Permanent}
|
||||
* Returns true if the battlefield contains num {@link Permanent}
|
||||
* that is within the range of influence of the specified player id
|
||||
* and that matches the supplied filter.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue