From f81cf3116a3b227e9dc4ab08acc7a7316dd6d4a2 Mon Sep 17 00:00:00 2001 From: North Date: Mon, 10 Oct 2011 23:49:30 +0300 Subject: [PATCH] fixed javadoc for Battlefield.count fixed rule text for card --- Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java | 2 +- Mage/src/mage/game/permanent/Battlefield.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java b/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java index f5693b5f11..f9c67b95f3 100644 --- a/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java +++ b/Mage.Sets/src/mage/sets/innistrad/OrchardSpirit.java @@ -88,7 +88,7 @@ class OrchardSpiritAbility extends EvasionAbility { @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 diff --git a/Mage/src/mage/game/permanent/Battlefield.java b/Mage/src/mage/game/permanent/Battlefield.java index a5420ec99f..dd14d0c834 100644 --- a/Mage/src/mage/game/permanent/Battlefield.java +++ b/Mage/src/mage/game/permanent/Battlefield.java @@ -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. *