some small improvements for mystery

This commit is contained in:
Fabian Dill
2020-02-23 17:06:44 +01:00
parent 76b92f960a
commit 11e1ad6901
6 changed files with 33 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ from EntranceShuffle import door_addresses
from Utils import int16_as_bytes
class World(object):
player_names: list
def __init__(self, players, shuffle, logic, mode, swords, difficulty, difficulty_adjustments, timer, progressive, goal, algorithm, accessibility, shuffle_ganon, retro, custom, customitemarray, hints):
self.players = players
self.teams = 1