Commit Graph
8 Commits
Author SHA1 Message Date
hiimcody1 cf488fda36 Initial custom header implementation 2025-10-29 14:31:49 -05:00
Cody fb6727c527 Fix NoneType object error when BK in starting inventory
ZenArcane has a mode that starts you with all the big keys, maps, compasses, and enough universal small keys to open all doors. The item pool is updated to remove them, but generation fails due to NoneType item variables.

This changes how current_amount is determined to prevent a NoneType variable access and allows for generation to continue.

I haven't noticed any adverse side-effects to this, so I decided to PR this upstream.
2024-12-17 15:17:23 -07:00
Cody Bailey 9ecd88341f Make item hint text less ambiguous
Update Items.py
Fix some typos, update hookshot text
2024-06-20 16:46:34 -06:00
Cody Bailey 7c5a5f39fe Add aga_randomness to exposed settings 2024-01-04 01:56:35 -06:00
Cody Bailey a2c4be4c4c Add aga_randomness to exposed settings 2023-11-19 17:37:30 -05:00
Cody Bailey 8955e8b26f Fix JSON metadata 2023-06-14 15:31:49 -04:00
Cody cdf3d5b776 Update BaseClasses.py
Fix --jsonout
2023-02-15 20:22:47 -05:00
Cody b3aba607f8 Merge branch 'aerinon:DoorDevUnstable' into DoorDevUnstable 2023-01-19 20:01:29 -05:00