[AKH] Fix Approach of the Second Sun tooltip.

This commit is contained in:
fireshoes 2017-04-16 17:19:19 -05:00
parent 0c7d774f1e
commit ac35254d7e

View file

@ -45,8 +45,8 @@ class ApproachOfTheSecondSunEffect extends OneShotEffect {
public ApproachOfTheSecondSunEffect() { public ApproachOfTheSecondSunEffect() {
super(Outcome.Win); super(Outcome.Win);
this.staticText = this.staticText =
"If Approach of the Second Sun was cast from your hand and you've cast another spell named Approach of the Second Sun this game, you win the game. " "If {this} was cast from your hand and you've cast another spell named {this} this game, you win the game. "
+ "Otherwise, put Approach of the Second Sun into its owner's library seventh from the top and you gain 7 life."; + "Otherwise, put {this} into its owner's library seventh from the top and you gain 7 life.";
} }
public ApproachOfTheSecondSunEffect(final ApproachOfTheSecondSunEffect effect) { public ApproachOfTheSecondSunEffect(final ApproachOfTheSecondSunEffect effect) {