mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Fixed madness triggered ability text (fixes #8029)
This commit is contained in:
parent
0face737da
commit
27e1f2c457
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class MadnessTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
public String getTriggerPhrase() {
|
||||
return "When this card is exiled this way, " ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue