Skip to content

Commit

Permalink
Enderal esm not on implicits
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Dec 15, 2021
1 parent 9b8532d commit fdba08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mutagen.Bethesda.Core/Plugins/Implicit/Implicits.cs
Expand Up @@ -100,9 +100,9 @@ static Implicits()
// Texture Set
skyrimModKey.MakeFormKey(0x28),
});
EnderalLE = SkyrimLE with { Listings = new ImplicitModKeyCollection(SkyrimLE.Listings.And(enderal)) };
EnderalLE = SkyrimLE with { BaseMasters = new ImplicitModKeyCollection(SkyrimLE.Listings.And(enderal)) };
SkyrimSE = SkyrimLE with { GameRelease = GameRelease.SkyrimSE };
EnderalSE = SkyrimSE with { Listings = new ImplicitModKeyCollection(SkyrimSE.Listings.And(enderal)) };
EnderalSE = SkyrimSE with { BaseMasters = new ImplicitModKeyCollection(SkyrimSE.Listings.And(enderal)) };
SkyrimVR = SkyrimSE with
{
GameRelease = GameRelease.SkyrimVR,
Expand Down

0 comments on commit fdba08a

Please sign in to comment.