From cc2a72eb82ba862aaad1790e0043f0e34bcd72e1 Mon Sep 17 00:00:00 2001 From: Hussein Farran Date: Tue, 31 Aug 2021 20:21:52 -0400 Subject: [PATCH] Locations/Events now None id --- worlds/ror2/Locations.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/worlds/ror2/Locations.py b/worlds/ror2/Locations.py index ac314259..56585f5c 100644 --- a/worlds/ror2/Locations.py +++ b/worlds/ror2/Locations.py @@ -7,11 +7,11 @@ class RiskOfRainLocation(Location): # 37000 - 38000 base_location_table = { "Victory": None, - "Level One": 37001, - "Level Two": 37002, - "Level Three": 37003, - "Level Four": 37004, - "Level Five": 37005 + "Level One": None, + "Level Two": None, + "Level Three": None, + "Level Four": None, + "Level Five": None } item_pickups = {