mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
- Text change for Approach of the Second Sun.
This commit is contained in:
parent
625efd8150
commit
cf90bb4d36
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class ApproachOfTheSecondSunEffect extends OneShotEffect {
|
||||||
if (isOnBottom) {
|
if (isOnBottom) {
|
||||||
game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " on the bottom of his or her library.");
|
game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " on the bottom of his or her library.");
|
||||||
} else {
|
} else {
|
||||||
game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " into his or her library 6th from the top.");
|
game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " into his or her library 7th from the top.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue