mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[AKH] Fix Approach of the Second Sun tooltip.
This commit is contained in:
parent
0c7d774f1e
commit
ac35254d7e
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue