From f5c0b847a97d8a358c1b624d32c0a4c5f39ddc27 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sun, 5 Sep 2021 23:40:46 -0500 Subject: [PATCH] make defaults for LacsTokens and BridgeTokens not insane --- worlds/oot/Options.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/worlds/oot/Options.py b/worlds/oot/Options.py index 280bef07..2166f2aa 100644 --- a/worlds/oot/Options.py +++ b/worlds/oot/Options.py @@ -175,8 +175,8 @@ class LacsTokens(Range): """Set the number of Gold Skulltula Tokens required for LACS.""" displayname = "Tokens Required for LACS" range_start = 0 - range_end = 100 - default = 100 + range_end = 40 + default = 40 lacs_options: typing.Dict[str, type(Option)] = { @@ -216,8 +216,8 @@ class BridgeTokens(Range): """Set the number of Gold Skulltula Tokens required for the rainbow bridge.""" displayname = "Tokens Required for Bridge" range_start = 0 - range_end = 100 - default = 100 + range_end = 40 + default = 40 bridge_options: typing.Dict[str, type(Option)] = {