-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential logic issue with GTG's Toll #50
Comments
Which combinations of settings make this a potential issue? Maybe a red rupee could be added to the fortress somewhere when those settings are on. |
There actually is a red rupee at Gerudo Fortress but it requires Hookshot to obtain. You need dungeon ER and either mixed pools or decoupled entrance enabled at minimum to cause a problem. You may need some additional settings on besides just those to really get into a problem. I came kind of close to having this be a problem in a seed b/c I had to buy something for 190 rupees inside GTG, though if it had cost 200r I had hookshot to get the rupee outside anyway and the item I bought didn't end up locking additional wallets. I think Roman's plan was to have the gate be always open as adult after paying the toll with only dungeon ER enabled. |
…contents Code style review for pots branch (Roman971#49) Make pots/crates shuffle their vanilla items (Roman971#50) Fix alt_hint for ganondorf only. Fix Ganon's tower filter tags Resolve c compiler warnings Adjust item_give_collectible for MW_SEND_OWN_ITEMS (Roman971#51) Add Vanilla and Master Quest tags to Ganon's Tower pots (Roman971#52) Change new settings' display names from “X Shuffle” to “Shuffle X” (Roman971#53) Fix version.py ItemPool.py Cleanup Removed the no longer in use function `get_new_junk` as well as `is_freestanding_or_potcrate_or_beehive_location` which was only used in places where it does not matter due to those locations already being handled earlier in the elif chain. Use location.type instead of location.filter_tags for new Locations. Cleanup and fix typo Typo Make small key and piece of heart drops work without requiring new type
If you must enter the GTG entrance, and something inside costs more that your current wallet size minus 10 rupees, you could be forever locked out of purchasing a required item. (This wouldn't be a problem if there were rupees available at fortress that don't require any items, but there aren't.)
The text was updated successfully, but these errors were encountered: