mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
QuestUtilCards: fixed wasteCodes
This commit is contained in:
@@ -145,7 +145,7 @@ public final class QuestUtilCards {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!wastesCodes.isEmpty()) {
|
if (!wastesCodes.isEmpty()) {
|
||||||
String wasteCode = Aggregates.random(snowLandCodes);
|
String wasteCode = Aggregates.random(wastesCodes);
|
||||||
pool.add(db.getCard("Wastes", wasteCode), 5);
|
pool.add(db.getCard("Wastes", wasteCode), 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user