Skip to content
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

Update PickUpCardQuest.java #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SevenDayCandle
Copy link

@SevenDayCandle SevenDayCandle commented Jul 26, 2023

getTitle() would crash if no card was found. This would happen if the card no longer exists (i.e. mods were unloaded), but it would also crash for Fabricate cards because it pulls directly from CardLibrary.cards instead of using CardLibrary.getCard like the other methods in this class.

The "c" variable in getTexture() was ignored (which I am assuming was not intentional), which resulted in getCard() getting called twice in that method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant