- Text change for Approach of the Second Sun.

This commit is contained in:
Jeff 2017-04-18 15:44:41 -05:00
parent 625efd8150
commit cf90bb4d36

View file

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