mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Formatting fix, part 2.
This commit is contained in:
@@ -524,11 +524,13 @@ public final class QuestUtilCards {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Generates a number of special booster packs from random editions using the current quest's prize pool format.
|
||||
* @param quantity The number of booster packs to generate
|
||||
* @return A list containing the booster packs
|
||||
*/
|
||||
/**
|
||||
* Generates a number of special booster packs from random editions using
|
||||
* the current quest's prize pool format.
|
||||
*
|
||||
* @param quantity The number of booster packs to generate
|
||||
* @return A list containing the booster packs
|
||||
*/
|
||||
private List<InventoryItem> generateRandomSpecialBoosterPacks(final int quantity) {
|
||||
|
||||
List<InventoryItem> output = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user