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
|
|
@ -442,7 +442,7 @@ public interface Ability extends Controllable, Serializable {
|
|||
*
|
||||
* @param ruleVisible
|
||||
*/
|
||||
void setRuleVisible(boolean ruleVisible);
|
||||
Ability setRuleVisible(boolean ruleVisible);
|
||||
|
||||
/**
|
||||
* Returns true if the additional costs of the abilitiy should be visible on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue