mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
minor stack description fix in AF_ChangeZone
This commit is contained in:
@@ -540,7 +540,7 @@ public final class AbilityFactory_ChangeZone {
|
||||
sb.append("into your graveyard.");
|
||||
}
|
||||
|
||||
sb.append("Then shuffle your library.");
|
||||
sb.append(" Then shuffle your library.");
|
||||
} else if (origin.equals("Hand")) {
|
||||
sb.append("Put ").append(num).append(" ").append(type).append(" card(s) from your hand ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user