From fc8e849db531272403714c5a11d90f489561ee87 Mon Sep 17 00:00:00 2001 From: Hussein Farran Date: Tue, 31 Aug 2021 10:01:09 -0400 Subject: [PATCH] Remove location id from Victory location. --- worlds/ror2/Locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ror2/Locations.py b/worlds/ror2/Locations.py index eded4b32..ac314259 100644 --- a/worlds/ror2/Locations.py +++ b/worlds/ror2/Locations.py @@ -6,7 +6,7 @@ class RiskOfRainLocation(Location): # 37000 - 38000 base_location_table = { - "Victory": 37999, + "Victory": None, "Level One": 37001, "Level Two": 37002, "Level Three": 37003,