diff --git a/scripts/_00e_nqr01_functions.pex b/scripts/_00e_nqr01_functions.pex index 24ad3dc3..41032c1a 100644 Binary files a/scripts/_00e_nqr01_functions.pex and b/scripts/_00e_nqr01_functions.pex differ diff --git a/source/scripts/_00e_nqr01_functions.psc b/source/scripts/_00e_nqr01_functions.psc index 9708539e..3a0a1512 100644 --- a/source/scripts/_00e_nqr01_functions.psc +++ b/source/scripts/_00e_nqr01_functions.psc @@ -416,6 +416,7 @@ Function DisableCorpsesAndAdvanceStage(Formlist flEnemies, int iDesiredStage) PlayerREF.MoveTo(FS_NQR01_ReturnFromArenaMarkerREF) _FS_TheriantrophistControlQuest.TransformBackIfTransformed() + _FS_Phasmalist_ControlQuest.MoveApparitionToPlayer() FS_NQR01_PitFighterFacadeParentREF.Enable() FS_NQR01_PitFighterFacadeParentREF.MoveTo(FS_NQR01_Fistfighter01_Marker) FS_NQR01_Fistfighter02.MoveTo(FS_NQR01_Fistfighter02_Marker) @@ -621,6 +622,7 @@ Function TeleportTharaelAndPlayer() _00E_SC_TharaelREF.RemoveItem(_00E_FS_NQR_TharaelsArrows, 55, true) _00E_NQR01_Battle05_Parent.Disable() _FS_TheriantrophistControlQuest.TransformBackIfTransformed() + _FS_Phasmalist_ControlQuest.UnsummonApparitionIfExists() EndFunction