Implement Starting Inventory

This commit is contained in:
Mike A. Trethewey
2020-02-23 17:53:51 -08:00
parent baec0e4548
commit 01e1e719db
7 changed files with 108 additions and 0 deletions

2
CLI.py
View File

@@ -374,6 +374,7 @@ def get_settings():
"remote_items": False,
"race": False,
"custom": False,
"usestartinventory": False,
"customitemarray": {
"bow": 0,
"progressivebow": 2,
@@ -452,6 +453,7 @@ def get_settings():
"randomSprite": False,
"outputpath": os.path.join(".")
}
settings["startinventoryarray"] = {}
if sys.platform.lower().find("windows"):
settings["enemizercli"] += ".exe"