[KHM] various text fixes

This commit is contained in:
Evan Kranzler 2021-01-29 17:37:56 -05:00
parent 7c68284173
commit d5822a7246
46 changed files with 97 additions and 57 deletions

View file

@ -107,7 +107,7 @@ public class LookLibraryTopCardTargetPlayerEffect extends OneShotEffect {
} else {
sb.append("that card");
}
sb.append(" into that player's graveyard");
sb.append(" into their graveyard");
}
if (mayShuffleAfter) {
sb.append(". You may then have that player shuffle that library");