Skip to content

Commit

Permalink
Update OoTAdjuster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholassaylor authored Nov 27, 2024
1 parent 7d03322 commit 490b79b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OoTAdjuster.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import tkinter as tk
import argparse
import logging
import random
import os
import zipfile
from itertools import chain
Expand Down Expand Up @@ -197,7 +196,6 @@ def set_icon(window):
def adjust(args):
# Create a fake multiworld and OOTWorld to use as a base
multiworld = MultiWorld(1)
multiworld.worlds[1].random = random
ootworld = OOTWorld(multiworld, 1)
# Set options in the fake OOTWorld
for name, option in chain(cosmetic_options.items(), sfx_options.items()):
Expand Down

0 comments on commit 490b79b

Please sign in to comment.