[AKH] Fix Approach of the Second Sun tooltip - part 2

This commit is contained in:
fireshoes 2017-04-16 17:27:03 -05:00
parent ac35254d7e
commit 430dbdb5f0

View file

@ -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.";
}