Skip to content

Commit

Permalink
Fixed Pop Star's outfits not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Apr 7, 2022
1 parent af898e6 commit 113d53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MiitopiaRandomizer/randomizationOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def randomize_jobs(hidden_job_logic=True, randomize_worlds=True, randomize_weapo
for row in source_rows:
if row[1] == '0':
row[1] = str(worlds_hidden_jobs_unlock_in.pop())
row[2] = ''

# 1 -> World the job unlocks in
# 4 -> Job weapon
Expand Down

0 comments on commit 113d53a

Please sign in to comment.