diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index bb4923c5..14e74088 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Skyrim.esm b/Skyrim.esm index 49b2cc87..e5e55660 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/_00e_fs_sleightofhand_hiddenslotsc.pex b/scripts/_00e_fs_sleightofhand_hiddenslotsc.pex index 039f659e..d947ed09 100644 Binary files a/scripts/_00e_fs_sleightofhand_hiddenslotsc.pex and b/scripts/_00e_fs_sleightofhand_hiddenslotsc.pex differ diff --git a/source/scripts/_00e_fs_sleightofhand_hiddenslotsc.psc b/source/scripts/_00e_fs_sleightofhand_hiddenslotsc.psc index 3d8be977..8f32ed01 100644 --- a/source/scripts/_00e_fs_sleightofhand_hiddenslotsc.psc +++ b/source/scripts/_00e_fs_sleightofhand_hiddenslotsc.psc @@ -50,7 +50,7 @@ Function OpenHiddenSlot() If sTreasureSize == "Big" UIEnchantingLearnEffectM.Play(PlayerREF) - Levelsystem.GiveEP(iRewardEXPBigSlot) + _00E_EPHandler.GiveEP(iRewardEXPBigSlot) If _00E_HiddenSlotAchievementUnlocked.GetValueInt() == 0 && _00E_AchievementsEnabled.GetValueInt() == 1 _00E_HiddenSlotAchievementUnlocked.SetValueInt(1) Steam.UnlockAchievement("END_HIDDEN_SLOT_01") @@ -252,8 +252,6 @@ Message messageToShow ObjectReference containterToFill Cell ContainerParentCell -_00E_QuestFunctions Property Levelsystem Auto - Actor Property PlayerREF Auto GlobalVariable Property _00E_FS_IsForgottenStoriesActivated Auto