some user dialog changes

This commit is contained in:
Evan Kranzler 2021-05-20 20:36:37 -04:00
parent d7960837a6
commit a60aba3458
23 changed files with 47 additions and 125 deletions

View file

@ -2734,7 +2734,7 @@ public abstract class PlayerImpl implements Player, Serializable {
return false;
}
if (!targetPlayer.chooseUse(Outcome.AIDontUseIt, "Library have " + castableCards.size() + " castable cards on searching. Do you want to cast it?", null, game)) {
if (!targetPlayer.chooseUse(Outcome.AIDontUseIt, "There are " + castableCards.size() + " cards you can cast while searching your library. Cast any of them?", null, game)) {
return false;
}