mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
spjspj - Implement Harsh Mentor (AKH)
This commit is contained in:
parent
954cd88f95
commit
4f21af64c5
1 changed files with 1 additions and 1 deletions
|
@ -112,6 +112,6 @@ class HarshMentorTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Whenever an opponent activates an ability that isn't a mana ability, {this} deals 2 damage to that player.";
|
||||
return "Whenever an opponent activates an ability of an artifact, creature, or land on the battlefield, if it isn't a mana ability, {this} deals 2 damage to that player.";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue