mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[NPH] Fix Caged Sun text
This commit is contained in:
parent
09b37a94f8
commit
1c077c07d0
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class CagedSunEffect2 extends ContinuousEffectImpl {
|
|||
|
||||
class CagedSunTriggeredAbility extends TriggeredManaAbility {
|
||||
|
||||
private static final String staticText = "Whenever a land's ability adds one or more mana of the chosen color, add one additional mana of that color.";
|
||||
private static final String staticText = "Whenever a land's ability causes you to add one or more mana of the chosen color, add one additional mana of that color.";
|
||||
|
||||
public CagedSunTriggeredAbility() {
|
||||
super(Zone.BATTLEFIELD, new CagedSunEffect());
|
||||
|
|
Loading…
Reference in a new issue