[Minor] tooltip rule text fixes.

This commit is contained in:
LevelX2 2013-05-20 10:37:54 +02:00
parent fe9febecd3
commit 199673622b
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ class OdricMasterTacticianTriggeredAbility extends TriggeredAbilityImpl<OdricMas
@Override
public String getRule() {
return "Whenever Odric, Master Tactician and at least three other creatures attack, you choose which creatures block this combat and how those creatures block";
return "Whenever Odric, Master Tactician and at least three other creatures attack, you choose which creatures block this combat and how those creatures block.";
}
}

View file

@ -50,7 +50,7 @@ import mage.filter.predicate.mageobject.ColorPredicate;
* @author North
*/
public class EtchedChampion extends CardImpl<EtchedChampion> {
private static final String ruleText = "Metalcraft - Etched Champion has protection from all colors as long as you control three or more artifacts.";
private static final String ruleText = "<i>Metalcraft</i> - Etched Champion has protection from all colors as long as you control three or more artifacts";
private static final FilterCard filter = new FilterCard("all colors");