We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e353eb commit cbf4bbbCopy full SHA for cbf4bbb
OoTAdjuster.py
@@ -1,7 +1,6 @@
1
import tkinter as tk
2
import argparse
3
import logging
4
-import random
5
import os
6
import zipfile
7
from itertools import chain
@@ -197,7 +196,6 @@ def set_icon(window):
197
196
def adjust(args):
198
# Create a fake multiworld and OOTWorld to use as a base
199
multiworld = MultiWorld(1)
200
- multiworld.per_slot_randoms = {1: random}
201
ootworld = OOTWorld(multiworld, 1)
202
# Set options in the fake OOTWorld
203
for name, option in chain(cosmetic_options.items(), sfx_options.items()):
0 commit comments