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

@@ -3,7 +3,7 @@ import argparse
import hashlib
import logging
import os
import RaceRandom as random
import random
import time
import sys