diff --git a/Reverted The Elixir automatic ingredient use.esp b/Reverted The Elixir automatic ingredient use.esp new file mode 100644 index 00000000..e39c12b4 Binary files /dev/null and b/Reverted The Elixir automatic ingredient use.esp differ diff --git a/scripts/_00e_fs_nq05_functions.pex b/scripts/_00e_fs_nq05_functions.pex index 24ad6498..f8530147 100644 Binary files a/scripts/_00e_fs_nq05_functions.pex and b/scripts/_00e_fs_nq05_functions.pex differ diff --git a/source/scripts/_00e_fs_nq05_functions.psc b/source/scripts/_00e_fs_nq05_functions.psc index 53738295..a00fff50 100644 --- a/source/scripts/_00e_fs_nq05_functions.psc +++ b/source/scripts/_00e_fs_nq05_functions.psc @@ -193,25 +193,6 @@ Function AskCreatePotion() Int qStage = GetCurrentStageID() If qStage >= 30 && qStage < 40 If FS_NQ05_AlchemyMessagebox.Show() == 0 - - if PlayerREF.GetItemCount(Vynroot) == 0 - _00E_SecureChest_HostChestREF.RemoveItem(Vynroot, 1, true, PlayerREF) - endif - - if PlayerREF.GetItemCount(SkeeverTail) == 0 - _00E_SecureChest_HostChestREF.RemoveItem(SkeeverTail, 1, true, PlayerREF) - endif - - if PlayerREF.GetItemCount(MothWingMonarch) == 0 - _00E_SecureChest_HostChestREF.RemoveItem(MothWingMonarch, 1, true, PlayerREF) - endif - - if PlayerREF.GetItemCount(Garlic) == 0 - _00E_SecureChest_HostChestREF.RemoveItem(Garlic, 1, true, PlayerREF) - endif - - Utility.wait(0.5) - SetCurrentStageID(40) PlayerREF.RemoveItem(Vynroot, 1) PlayerREF.RemoveItem(SkeeverTail, 1) @@ -287,7 +268,6 @@ ObjectReference Property FS_NQ05_GrabsteinMarker Auto ObjectReference Property FS_NQ05_CollisionsBox Auto ObjectReference Property FS_NQ05_Posting01REF Auto ObjectReference Property FS_NQ05_Posting02REF Auto -ObjectReference Property _00E_SecureChest_HostChestREF Auto Scene Property FS_NQ05_SceneKeller Auto Scene Property FS_NQ05_SceneTochter Auto