From 6b8b30c3c7af76275a8ded76c958e6df24b84726 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sat, 11 Sep 2021 20:50:58 -0500 Subject: [PATCH] fix skull token ranges --- worlds/oot/Options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/oot/Options.py b/worlds/oot/Options.py index 247edb58..0a8a3b7a 100644 --- a/worlds/oot/Options.py +++ b/worlds/oot/Options.py @@ -184,7 +184,7 @@ class LacsTokens(Range): """Set the number of Gold Skulltula Tokens required for LACS.""" displayname = "Tokens Required for LACS" range_start = 0 - range_end = 40 + range_end = 100 default = 40 @@ -225,7 +225,7 @@ 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 = 40 + range_end = 100 default = 40