From 430dbdb5f0a37d4b65dcd6e6b79ca73e98028783 Mon Sep 17 00:00:00 2001 From: fireshoes Date: Sun, 16 Apr 2017 17:27:03 -0500 Subject: [PATCH] [AKH] Fix Approach of the Second Sun tooltip - part 2 --- Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java b/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java index 804ff932249..bcfa372cf4f 100644 --- a/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java +++ b/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java @@ -45,7 +45,7 @@ class ApproachOfTheSecondSunEffect extends OneShotEffect { public ApproachOfTheSecondSunEffect() { super(Outcome.Win); this.staticText = - "If {this} was cast from your hand and you've cast another spell named {this} this game, you win the game. " + "If {this} was cast from your hand and you've cast another spell named Approach of the Second Sun this game, you win the game. " + "Otherwise, put {this} into its owner's library seventh from the top and you gain 7 life."; }