-
Notifications
You must be signed in to change notification settings - Fork 384
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
oopsyraidsy: Food Buff removal not being detected #5748
Labels
Comments
Unfortunately, the effect id file is not really consistent over time. If there's ever a new ability called well fed, then they'll both be removed as being conflicts, and then this will be an error. Maybe that could change, but I think for now it needs to be literal. |
quisquous
added a commit
that referenced
this issue
Aug 10, 2023
quisquous
added a commit
that referenced
this issue
Aug 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Oopsy's food buff removal trigger is not working.
Additional information
I'm not sure how long this has been an issue, probably for like 3 years now since #1610. Looks like some confusion between the hex ID
0x30
which shows up in the actual line vs the decimal equivalent48
?cactbot/ui/oopsyraidsy/data/00-misc/general.ts
Lines 19 to 50 in 928d96a
Probably this makes more sense?
The
gainsEffect
trigger is obviously also suffering the same issue. Not sure if other triggers elsewhere are.The text was updated successfully, but these errors were encountered: