GK Version 1.0.0 (#1)
Establish GK as its own fork with versioning, starting with v1.0.0 - bosshunt mode - dungeon maps are useful - ensure there's always a bee for sale in shop shuffle Reviewed-on: #1 Co-authored-by: Kara Alexandra <ardnaxelarak@gmail.com> Co-committed-by: Kara Alexandra <ardnaxelarak@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -11,7 +11,7 @@ import RaceRandom as random
|
||||
import source.classes.diags as diagnostics
|
||||
from CLI import get_args_priority, parse_cli
|
||||
from Fill import FillError
|
||||
from Main import EnemizerError, __version__, main
|
||||
from Main import EnemizerError, main
|
||||
from Rom import get_sprite_from_name
|
||||
from source.classes.BabelFish import BabelFish
|
||||
from Utils import close_console, is_bundled
|
||||
@@ -80,7 +80,7 @@ def start():
|
||||
break
|
||||
except (FillError, EnemizerError, Exception, RuntimeError) as err:
|
||||
failures.append((err, seed))
|
||||
logger.warning('%s: %s', fish.translate("cli","cli","generation.failed"), err)
|
||||
logger.exception('Attempt %d - %s: %s', trynum, fish.translate("cli","cli","generation.failed"), err)
|
||||
logger.info('')
|
||||
seed = random.randint(0, 999999999)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user