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.
|
* Generates a number of special booster packs from random editions using
|
||||||
* @param quantity The number of booster packs to generate
|
* the current quest's prize pool format.
|
||||||
* @return A list containing the booster packs
|
*
|
||||||
*/
|
* @param quantity The number of booster packs to generate
|
||||||
|
* @return A list containing the booster packs
|
||||||
|
*/
|
||||||
private List<InventoryItem> generateRandomSpecialBoosterPacks(final int quantity) {
|
private List<InventoryItem> generateRandomSpecialBoosterPacks(final int quantity) {
|
||||||
|
|
||||||
List<InventoryItem> output = new ArrayList<>();
|
List<InventoryItem> output = new ArrayList<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user