mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[FIN] Implement Al Bhed Salvagers
This commit is contained in:
parent
0dc9a0d5c1
commit
500057c322
3 changed files with 51 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class DiesThisOrAnotherTriggeredAbility extends TriggeredAbilityImpl {
|
|||
if (filterMessage.startsWith("a ")) {
|
||||
filterMessage = filterMessage.substring(2);
|
||||
}
|
||||
setTriggerPhrase("Whenever {this} or another " + filterMessage + " dies, ");
|
||||
setTriggerPhrase("Whenever {this} or " + (filterMessage.startsWith("another") ? "" : "another ") + filterMessage + " dies, ");
|
||||
setLeavesTheBattlefieldTrigger(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue