V6: Raise DoorCost Max to 5
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user