mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
fixed stack description crash when ChangeNum is not present
This commit is contained in:
@@ -618,7 +618,7 @@ public final class AbilityFactoryChangeZone {
|
|||||||
} else if (origin.equals("Library")) {
|
} else if (origin.equals("Library")) {
|
||||||
sb.append("Search your library for ").append(num).append(" ").append(type).append(" and ");
|
sb.append("Search your library for ").append(num).append(" ").append(type).append(" and ");
|
||||||
|
|
||||||
if (params.get("ChangeNum").equals("1")) {
|
if (num == 1) {
|
||||||
sb.append("put that card ");
|
sb.append("put that card ");
|
||||||
} else {
|
} else {
|
||||||
sb.append("put those cards ");
|
sb.append("put those cards ");
|
||||||
|
|||||||
Reference in New Issue
Block a user