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:
@@ -27,12 +27,6 @@ from Regions import mark_light_dark_world_regions
|
||||
from source.overworld.EntranceShuffle2 import connect_simple
|
||||
from Utils import bidict
|
||||
|
||||
version_number = '0.6.1.7'
|
||||
# branch indicator is intentionally different across branches
|
||||
version_branch = ''
|
||||
|
||||
__version__ = '%s%s' % (version_number, version_branch)
|
||||
|
||||
parallel_links_new = None # needs to be globally available, reset every new generation/player
|
||||
|
||||
def link_overworld(world, player):
|
||||
|
||||
Reference in New Issue
Block a user