forked from External/mage
some more text improvements (#11258)
* text on Eldrazi Spawn token * refactor: return Ability instead of void * cleanup assigning null to staticText * cleanup Mimic cycle and GainAbilitySourceEffect adjust Groundling Pouncer * remove hardcoded rule param from SpellCastControllerTriggeredAbility * fix #11257
This commit is contained in:
parent
cd6c5aa7ac
commit
c8e2282a79
25 changed files with 97 additions and 160 deletions
|
|
@ -485,8 +485,9 @@ public class StackAbility extends StackObjectImpl implements Ability {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void setRuleVisible(boolean ruleVisible) {
|
||||
public Ability setRuleVisible(boolean ruleVisible) {
|
||||
this.ability.setRuleVisible(ruleVisible);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue