mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 23:43:21 -07:00
Now you can have 0 extra fragments
This commit is contained in:
@@ -57,7 +57,7 @@ class numberExtraDiceFragments(Range):
|
||||
The option will never give an extra full dice, but makes it easier to collect all dice.
|
||||
"""
|
||||
display_name = "Number of extra dice fragments in the pool"
|
||||
range_start = 1
|
||||
range_start = 0
|
||||
range_end = 4
|
||||
default = 3
|
||||
|
||||
@@ -71,7 +71,7 @@ class numberExtraRollFragments(Range):
|
||||
The option will never give an extra full roll, but makes it easier to collect all roll.
|
||||
"""
|
||||
display_name = "Number of extra roll fragments in the pool"
|
||||
range_start = 1
|
||||
range_start = 0
|
||||
range_end = 4
|
||||
default = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user