Conversation
Added "Open + Ped" goal. Makes the DHC open and requires you to activate pedestal from within the DHC sanctuary. This probably still has some problems with Pedestal Items and the DHC BK Reward settings. I haven't fully tested them with all 5 goal settings yet.
a couple code review changes too: - made the dhc guards only move for noDHC - shifted the openDHC block
| !eventdefine - pedGoal | ||
| !endif | ||
|
|
||
| !ifdef - OPENDHC |
There was a problem hiding this comment.
Please put the block that starts here in an !else block so it doesn't overwrite anything that happened above when OPENPED is defined.
|
I still need to run a few tests to ensure all the correct settings involving DHC/goal are applying correctly, however, in my brief testing I've already seen some weird results where Yaml settings don't seem to load correctly. Would the additional "DHC Opens" setting have caused this or is it possibly something with my environment? I randomized on this branch with the CLI's |
That's very odd, adding a new option shouldn't affect the existing YAMLs at all. What does it look like when you use I also just noticed that the logic file doesn't actually add the new option. |
Added "Open + Ped" goal. Makes the DHC open and requires you to activate pedestal from within the DHC sanctuary. The DHC boss door will have the same "blocker" used from the Hyrule castle garden to DHC as the "DHC Opens: Pedestal" setting.
Recreated from #106 after a rebase.