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

Fix noita emotes broken by extra / out of place dofile #93

Merged
merged 1 commit into from
Oct 15, 2023

Conversation

tehkab
Copy link
Collaborator

@tehkab tehkab commented Oct 15, 2023

player_ghosts.lua was being dofile-included more than once (in utils.lua and events.lua) - this happened to clobber appended replacements by noita emotes. While the emotes mod shouldn't outright replace our functions if possible, the workaround wasn't working anymore either.

Long story short, removing this dofile makes noita emotes work again with the recent player ghost fixes in #86 . oops.

@SkyeOfBreeze SkyeOfBreeze merged commit 91aca80 into Noita-Together:main Oct 15, 2023
@tehkab tehkab deleted the fix-noita-emotes branch October 15, 2023 02:48
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