Mostly a fix for Blind outside of TT when Blind is the boss of TT (boss enemizer)

Remove RaceRandom use for now
This commit is contained in:
aerinon
2021-02-27 15:33:05 -07:00
parent 7c35b4d14e
commit 6a5bdbee6b
10 changed files with 23 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ from itertools import zip_longest
import json
import logging
import os
import RaceRandom as random
import random
import time
import zlib
@@ -26,7 +26,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
from Utils import output_path, parse_player_names
__version__ = '0.3.1.3-u'
__version__ = '0.3.1.4-u'
class EnemizerError(RuntimeError):
@@ -40,8 +40,8 @@ def main(args, seed=None, fish=None):
start = time.perf_counter()
if args.securerandom:
random.use_secure()
# if args.securerandom:
# random.use_secure()
# initialize the world
if args.code: