Skip to content

Conversation

@FinnHornhoover
Copy link
Contributor

In the OpenFusionProject/tabledata#24 PR, we've refactored certain convenient drop fixes to their own patches. This PR is to allow these patches to be included easier with config.ini options.

config.ini Outdated

# should drop fixes be enabled?
# this includes changes that fix stuff like Fusionfly and Freakosaurus Rex drops
# and also fix Academy-specific mobs with no drops
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would re-word this to clarify what exactly "fix" means. Something like: "This adds drops to mobs that previously didn't have any or drops that weren't in the drop table. This is polish that is slightly inauthentic to the original game."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much clearer, thanks!

src/settings.cpp Outdated
if (ENABLEDPATCHES.empty()) {
ENABLEDPATCHES = "0104-fix";
} else {
ENABLEDPATCHES += " 0104-fix 1013-fix";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would rename these to 0104-fixes to make it extra clear that this is a plurality of miscellaneous adjustments; especially if we keep adding to these patches in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, makes sense.

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.

2 participants