Fixed madness triggered ability text (fixes #8029)

This commit is contained in:
Daniel Bomar 2021-07-20 12:19:00 -05:00
parent 0face737da
commit 27e1f2c457
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -181,7 +181,7 @@ class MadnessTriggeredAbility extends TriggeredAbilityImpl {
} }
@Override @Override
public String getRule() { public String getTriggerPhrase() {
return "When this card is exiled this way, " ; return "When this card is exiled this way, " ;
} }
} }