V6: Raise DoorCost Max to 5

This commit is contained in:
N00byKing 2022-01-23 13:39:21 +01:00 committed by Fabian Dill
parent 70a422d354
commit 0ee6dd3f77
1 changed files with 1 additions and 1 deletions

View File

@ -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):