diff --git a/Artifact Tracker.esp b/Artifact Tracker.esp index 29d3b96..ad77c02 100644 Binary files a/Artifact Tracker.esp and b/Artifact Tracker.esp differ diff --git a/Scripts/ETR_TrackNewItems.pex b/Scripts/ETR_TrackNewItems.pex index 818c533..6335202 100644 Binary files a/Scripts/ETR_TrackNewItems.pex and b/Scripts/ETR_TrackNewItems.pex differ diff --git a/Source/Scripts/ETR_TrackNewItems.psc b/Source/Scripts/ETR_TrackNewItems.psc index 93f5d9e..2db7ace 100644 --- a/Source/Scripts/ETR_TrackNewItems.psc +++ b/Source/Scripts/ETR_TrackNewItems.psc @@ -12,13 +12,7 @@ FormList Property ETR_FoundAndStored Auto event OnInit() - - if Game.GetModByName("HearthFires.esm") < 255 && Game.GetModByName("Enderal - Forgotten Stories.esm") == 255 - ETR_ExcludeFromNew.AddForm(Game.GetFormFromFile(0x807, "HearthFires.esm")) ; BYOHHouseCraftingCategorySmithing - endif - OnPlayerLoadGame() - endevent