[minor] Pyrewild Shaman rule text change.

This commit is contained in:
LevelX2 2013-05-07 00:54:12 +02:00
parent ff3cea49f8
commit 5565a62b95

View file

@ -127,6 +127,6 @@ class PyrewildShamanTriggeredAbility extends TriggeredAbilityImpl<PyrewildShaman
@Override
public String getRule() {
return "Whenever one or more creatures you control deal combat damage to a player, if Pyrewild Shaman is in your graveyard, you may pay {3}. If you do, return Pyrewild Shaman to your hand.";
return "Whenever one or more creatures you control deal combat damage to a player, if {this} is in your graveyard, you may pay {3}. If you do, return {this} to your hand.";
}
}