Adding new GUI/CLI option for Keep Similar Together

This commit is contained in:
codemann8
2021-04-26 15:47:21 -05:00
parent ae1af5e038
commit 7c2cff562a
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class World(object):
self.players = players
self.teams = 1
self.owShuffle = owShuffle.copy()
self.owKeepSimilar = True
self.owKeepSimilar = {}
self.shuffle = shuffle.copy()
self.doorShuffle = doorShuffle.copy()
self.intensity = {}