mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fix the formation of card choice window title for DigEffect.
This commit is contained in:
@@ -197,7 +197,7 @@ public class DigEffect extends SpellAbilityEffect {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
int j = 0;
|
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 (destZone1.equals(ZoneType.Library)) {
|
||||||
if (libraryPosition == -1) {
|
if (libraryPosition == -1) {
|
||||||
prompt = "Choose a card to put on the bottom of {player's} library";
|
prompt = "Choose a card to put on the bottom of {player's} library";
|
||||||
|
|||||||
Reference in New Issue
Block a user