-
Notifications
You must be signed in to change notification settings - Fork 68
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
Slight Signpost refactor and slight Muse mayo #1345
Conversation
Hey @pickten - I reverted my changes to the RewardOptions because I thought I had broken QQs, but after reverting and messing around, I think there was a problem before. QQs were throwing exceptions. Changing a .indexof() to .indexOf() removed the exceptions and caused QQ/Mario to unlock ASHF again, but neither is opening Vaults for me. I think it might have to do with the same line: |
Damn. I thought it worked before. Rechecking. Edit: It was actually the correct bool, because the point was checking to make sure it wasn't something that needed special treatment. Are you sure it wasn't opening vaults and not just remaining silent? I'd had a bug preventing notifications, but that's all I could find on first glance (not much time right now). |
…store fav. manager to previous state I changed for testing.
… touched logicat/Mario rewarding.
Ah, damn. I'm sitting with Mario on, Rob buying vaults and keys, and watching the LV stats screen, and nothing's happening. Is it on my end, then? I hadn't thought I'd ever changed logicat code before this merge but maybe I'm wrong. Side note: Where they are now, |
I think the location of |
… et al. so they are defined at the appropriate time
Okay, I have written |
I think I have found the problem for vaults: it's inside
RobbyDo ends up being wonky things. For me it ends up being |
Slight Signpost refactor and slight Muse mayo
Wow, OK. That's very helpful. I didn't have time to check anything (no internet connection for the last 3 days), but that makes sense, since most of the rest of the code for repeatable is copied from the original boost funcs. I think what's happening is that, rather than take the targets, it's getting the default for some reason, in which case i probably misunderstood the original code. |
Using .Level for signpost activation was causing weird buying effects, so I switched it. Also, Muse now has a correct description if you're somehow reading it while Muse is locked (like favorites). However, #1332 is not fully resolved.