Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/edit: Check last comment for most recent patch!
This is the Enigmar boss reborn after the history catasphrophe (hey that rhymes!)
The remaining changes are in this attached diff, but they have to be manually applied.
Enigmar.patch
Hint: The +'s at the start of the line are the new code, - are removed/changed code.
obviously a lots different, like imports etc.
idk if you use notepad++ but any decent ide (even notepad++ which is free) has regex find/replace.
you replace those with
Match
^\+Replace with: `` (Nothing)
basically line starts with a +, and replace it with nothing.
there is a tab after the +s already, so you don't have to worry about spacing at all.
Note:
Anyone who pushes updates to this branch, should also be deleting the code from the diff as they apply it , and please comment with the updated diff fill if any changes remain to be made.