mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[AKH] Fix Approach of the Second Sun tooltip - part 2
This commit is contained in:
parent
ac35254d7e
commit
430dbdb5f0
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue