- Fix the formation of card choice window title for DigEffect.

This commit is contained in:
Agetian
2014-01-22 19:00:20 +00:00
parent d6577d1d72
commit a26d45793e

View File

@@ -197,7 +197,7 @@ public class DigEffect extends SpellAbilityEffect {
}
else {
int j = 0;
String prompt = "Choose a card to put into ";
String prompt = "Choose a card to put into {player's} " + destZone1.name();
if (destZone1.equals(ZoneType.Library)) {
if (libraryPosition == -1) {
prompt = "Choose a card to put on the bottom of {player's} library";