Version/romnaming refactor
This commit is contained in:
@@ -18,7 +18,7 @@ from Items import ItemFactory
|
||||
from ItemList import difficulties
|
||||
from Main import create_playthrough
|
||||
|
||||
__version__ = '0.2-dev'
|
||||
PlandoVersion = '0.2-dev'
|
||||
|
||||
def main(args):
|
||||
start_time = time.process_time()
|
||||
@@ -36,7 +36,7 @@ def main(args):
|
||||
|
||||
random.seed(world.seed)
|
||||
|
||||
logger.info('ALttP Plandomizer Version %s - Seed: %s\n\n', __version__, args.plando)
|
||||
logger.info('ALttP Plandomizer Version %s - Seed: %s\n\n', PlandoVersion, args.plando)
|
||||
|
||||
world.difficulty_requirements[1] = difficulties[world.difficulty[1]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user