From cf90bb4d36d42b8e75e6532007ddb62d1a216b4b Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 18 Apr 2017 15:44:41 -0500 Subject: [PATCH] - Text change for Approach of the Second Sun. --- Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java b/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java index b3f68411e61..d6c22bc413c 100644 --- a/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java +++ b/Mage.Sets/src/mage/cards/a/ApproachOfTheSecondSun.java @@ -95,7 +95,7 @@ class ApproachOfTheSecondSunEffect extends OneShotEffect { if (isOnBottom) { game.informPlayers(controller.getLogName() + " puts " + spell.getLogName() + " on the bottom of his or her library."); } 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."); } } }