Skip to content

Commit cbf4bbb

Browse files
OoT Adjuster: Remove per_slot_randoms (#4264)
1 parent 9e353eb commit cbf4bbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

OoTAdjuster.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import tkinter as tk
22
import argparse
33
import logging
4-
import random
54
import os
65
import zipfile
76
from itertools import chain
@@ -197,7 +196,6 @@ def set_icon(window):
197196
def adjust(args):
198197
# Create a fake multiworld and OOTWorld to use as a base
199198
multiworld = MultiWorld(1)
200-
multiworld.per_slot_randoms = {1: random}
201199
ootworld = OOTWorld(multiworld, 1)
202200
# Set options in the fake OOTWorld
203201
for name, option in chain(cosmetic_options.items(), sfx_options.items()):

0 commit comments

Comments
 (0)