Many bugfixes
* Fixed inverted generation issues with pottery option * Moved SRAM according to SRAM standard * Removed equitable algorithm * Upped TFH goal limit to 254 * Cuccos should no longer cause trap door rooms to not open * Added double click fix for install.py * Fix for pottery item palettes near bonkable torches * Fix for multiworld progression balancing would place Nothing or Arrow items
This commit is contained in:
@@ -6,7 +6,9 @@ import subprocess # do stuff at the shell level
|
||||
|
||||
env = common.prepare_env()
|
||||
|
||||
pip_requirements = os.path.join(".","resources","app","meta","manifests","pip_requirements.txt")
|
||||
pip_requirements = os.path.join("..","resources","app","meta","manifests","pip_requirements.txt")
|
||||
if not os.path.isfile(pip_requirements):
|
||||
pip_requirements = os.path.join("..","..","..","resources","app","meta","manifests","pip_requirements.txt")
|
||||
|
||||
def run_install(PY_VERSION,USER):
|
||||
# get executables
|
||||
|
||||
Reference in New Issue
Block a user