some text fixes

This commit is contained in:
xenohedron 2023-11-22 22:52:55 -05:00
parent 5691ffa40e
commit 1c6c68e1a4
15 changed files with 36 additions and 35 deletions

View file

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