mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Merge branch 'master' of https://github.com/magefree/mage.git
This commit is contained in:
commit
bb0415dc1f
44 changed files with 231 additions and 101 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