mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[MID] Implemented Ritual Guardian
This commit is contained in:
parent
b0ed7a2e18
commit
a38a09fcde
5 changed files with 58 additions and 10 deletions
|
|
@ -78,7 +78,7 @@ public class ConditionalInterveningIfTriggeredAbility extends TriggeredAbilityIm
|
|||
if (abilityText == null || abilityText.isEmpty()) {
|
||||
return ability.getRule();
|
||||
}
|
||||
return abilityText;
|
||||
return (abilityWord != null ? abilityWord.formatWord() : "") + abilityText;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue