mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 11:03:20 -07:00
Removed sorted from category list
This commit is contained in:
@@ -125,7 +125,7 @@ def dice_simulation_strings(categories, num_dice, num_rolls, fixed_mult, step_mu
|
||||
Function that returns the feasible score in logic based on items obtained.
|
||||
"""
|
||||
tup = (
|
||||
tuple(sorted([c.name + str(c.quantity) for c in categories])),
|
||||
tuple([c.name + str(c.quantity) for c in categories]),
|
||||
num_dice,
|
||||
num_rolls,
|
||||
fixed_mult,
|
||||
|
||||
Reference in New Issue
Block a user