[Magiclysm] Fix Duplicated tainted blood and temporarily remove blood generator from the game #49352
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.
Summary
Mods "Fix Duplicated tainted blood and temporarily remove blood generator from the game"
Purpose of change
tainted_blood
instead ofblood_tainted
in vanillaDescribe the solution
tainted_blood
intoblood_tainted
tainted_blood
Describe alternatives you've considered
use copy-from and delete to make tainted blood not comestible in magclysm but I didn't manage to make it work
Testing
Load a save with
tainted_blood
in itNo errors
Only
blood_tainted
is availableRe try with
tainted_blood
in a flaskget error about item not fitting into pocket
Get flask of none
Load save with already a blodd generator installed
It's still as confusing as before and can't use blood or tainted blood
Additional context