Locations/Events now None id
This commit is contained in:
parent
3d578bcc98
commit
cc2a72eb82
|
@ -7,11 +7,11 @@ class RiskOfRainLocation(Location):
|
||||||
# 37000 - 38000
|
# 37000 - 38000
|
||||||
base_location_table = {
|
base_location_table = {
|
||||||
"Victory": None,
|
"Victory": None,
|
||||||
"Level One": 37001,
|
"Level One": None,
|
||||||
"Level Two": 37002,
|
"Level Two": None,
|
||||||
"Level Three": 37003,
|
"Level Three": None,
|
||||||
"Level Four": 37004,
|
"Level Four": None,
|
||||||
"Level Five": 37005
|
"Level Five": None
|
||||||
}
|
}
|
||||||
|
|
||||||
item_pickups = {
|
item_pickups = {
|
||||||
|
|
Loading…
Reference in New Issue