-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bottled Memory Relic #328
Bottled Memory Relic #328
Conversation
Filed daviscook477/BaseMod#243 for the tiny icon on the card |
} | ||
} | ||
|
||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment doesn't add any information that the method signature doesn't already cover
import javassist.expr.MethodCall; | ||
import stsjorbsmod.relics.BottledMemoryRelic; | ||
|
||
public class BottledMemoryPatch { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on searching for other base game references to inBottleFlame
/etc, I think we're going to want a few more patches:
-
Duplicator
,DollysMirror
: Need to special case these to reset theinBottleMemory
field back to false after they duplicate their target card -
FountainOfCurseRemoval
: Need to special case to avoid picking bottle cards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort of pretending that the FountainOfCurseRemoval actually did the right thing. ran through 250ish floors without seeing it, gave up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good overall, I think the biggest issue is the tiny icon rendering and I'd rather try to fix that in BaseMod (maybe contribute a patch if necessary). Just a few minor comments!
Slight issue with using the CustomBottleRelic implementation; tiny bottle icon when rendering everywhere.