Fixed some immoral inconsistencies #1321
Open
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.
Immoral was previously removed on game load if your species didn't have the evil trait. This was presumably an ancient leftover from a patch that accidentally added immoral onto every race. It should not be necessary anymore.
This code caused issues as it also removed immoral from non-evil demons and celestial Nephilim upon game load. Both races that are possible to play with standard gameplay.
Immoral no longer added to wendigo on game load during Christmas period.
During Christmas, Wendigos are reskinned as Krampus and get three additional traits, however for some reason, after a game load, the immoral trait is added if you don't have it yet, even if you mutated it out or didn't even start the run as Krampus. This was the only event trait that works like that.