v6: Mitigate Generation Problems

This commit is contained in:
N00byKing
2022-01-25 23:17:22 +01:00
committed by Fabian Dill
parent c2be70b61d
commit 954d2e64ef
3 changed files with 9 additions and 13 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 = 5
range_end = 3
default = 3
class DeathLinkAmnesty(Range):