mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
[minor] Pyrewild Shaman rule text change.
This commit is contained in:
parent
ff3cea49f8
commit
5565a62b95
1 changed files with 1 additions and 1 deletions
|
@ -127,6 +127,6 @@ class PyrewildShamanTriggeredAbility extends TriggeredAbilityImpl<PyrewildShaman
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
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.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue