forked from External/mage
Added AtTheBeginningOfNextUpkeepDelayedTriggeredAbility, fixed ability picker giving not always text back for spell ability.
This commit is contained in:
parent
859f068e59
commit
77ac99b03f
8 changed files with 135 additions and 54 deletions
|
|
@ -124,7 +124,7 @@ public class SpellAbility extends ActivatedAbilityImpl<SpellAbility> {
|
|||
@Override
|
||||
public String getRule(boolean all) {
|
||||
if (all) {
|
||||
return super.getRule(all) + name;
|
||||
return new StringBuilder(super.getRule(all)).append(name).toString();
|
||||
}
|
||||
return super.getRule(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue