mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
[Minor] tooltip rule text fixes.
This commit is contained in:
parent
fe9febecd3
commit
199673622b
2 changed files with 2 additions and 2 deletions
|
@ -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.";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue