Allow setting of Glitching to Triforce from ganon in host.yaml.

This commit is contained in:
CaitSith2
2021-03-22 13:14:19 -07:00
parent 9fe4fa1098
commit 4d99bb1429
8 changed files with 16 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class World(object):
# persistently running program with multiple worlds rolling concurrently
self.players = players
self.teams = 1
self.glitch_triforce = False
self.shuffle = shuffle.copy()
self.logic = logic.copy()
self.mode = mode.copy()