mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08: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…
Add table
Add a link
Reference in a new issue