mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Fixed tooltip rule text of Carpet of Flowers.
This commit is contained in:
parent
c88093d699
commit
4e760fe617
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ class CarpetOfFlowersTriggeredAbility extends TriggeredAbilityImpl<CarpetOfFlowe
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "At the beginning of each of your main phases, if you haven't added mana to your mana pool with this ability this turn";
|
||||
StringBuilder sb = new StringBuilder("At the beginning of each of your main phases, if you haven't added mana to your mana pool with this ability this turn");
|
||||
return sb.append(super.getRule()).toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue