V6: Raise DoorCost Max to 5
This commit is contained in:
parent
70a422d354
commit
0ee6dd3f77
|
@ -4,7 +4,7 @@ from Options import Option, DeathLink, Range
|
|||
class DoorCost(Range):
|
||||
"""Amount of Trinkets required to enter Areas. Set to 0 to disable artificial locks."""
|
||||
range_start = 0
|
||||
range_end = 3
|
||||
range_end = 5
|
||||
default = 3
|
||||
|
||||
class DeathLinkAmnesty(Range):
|
||||
|
|
Loading…
Reference in New Issue