parent
f0cfe30a36
commit
1518168843
|
@ -13,9 +13,9 @@ base_location_table = {
|
||||||
"Level Four": None,
|
"Level Four": None,
|
||||||
"Level Five": None
|
"Level Five": None
|
||||||
}
|
}
|
||||||
# 37006 - 37106
|
# 37006 - 37506
|
||||||
item_pickups = {
|
item_pickups = {
|
||||||
f"ItemPickup{i}": 37005+i for i in range(1, 101)
|
f"ItemPickup{i}": 37005+i for i in range(1, 501)
|
||||||
}
|
}
|
||||||
|
|
||||||
location_table = {**base_location_table, **item_pickups}
|
location_table = {**base_location_table, **item_pickups}
|
||||||
|
|
Loading…
Reference in New Issue