File tree 1 file changed +2
-2
lines changed
worlds/bomb_rush_cyberfunk
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def generate_early(self):
109
109
def create_items (self ):
110
110
rep_locations : int = 87
111
111
if self .options .skip_polo_photos :
112
- rep_locations -= 18
112
+ rep_locations -= 17
113
113
114
114
self .options .total_rep .round_to_nearest_step ()
115
115
rep_counts = self .options .total_rep .get_rep_item_counts (self .random , rep_locations )
@@ -157,7 +157,7 @@ def create_regions(self):
157
157
self .get_region (n ).add_exits (region_exits [n ])
158
158
159
159
for index , loc in enumerate (location_table ):
160
- if self .options .skip_polo_photos and "Polo" in loc ["name " ]:
160
+ if self .options .skip_polo_photos and "Polo" in loc ["game_id " ]:
161
161
continue
162
162
stage : Region = self .get_region (loc ["stage" ])
163
163
stage .add_locations ({loc ["name" ]: base_id + index })
You can’t perform that action at this time.
0 commit comments