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