Unsummon apparition before transporting into the Pyrean's memory

This commit is contained in:
Eddoursul 2024-02-18 22:56:19 +01:00
parent c9b341f304
commit 50ba0fe8a9
4 changed files with 9 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -302,6 +302,9 @@ EndFunction
Function StartMemory() Function StartMemory()
_FS_TheriantrophistControlQuest.TransformBackIfTransformed()
_FS_Phasmalist_ControlQuest.UnsummonApparitionIfExists()
_00E_EquipControl.SheatheWeapon(PlayerREF) _00E_EquipControl.SheatheWeapon(PlayerREF)
OBJEyeofMagnusVanishM.Play(PlayerREF) OBJEyeofMagnusVanishM.Play(PlayerREF)

View File

@ -20,8 +20,12 @@ Event OnActivate(ObjectReference akActionRef)
self.Activate(Game.GetPlayer(), True) self.Activate(Game.GetPlayer(), True)
EndIf EndIf
ElseIf MQ07a.GetCurrentStageID() == 170 ElseIf MQ07a.GetCurrentStageID() == 170
; Pre-2.1, apparitions tried enter this door, triggering the message.
; Added this condition for mod-added companions
If akActionRef == Game.GetPlayer()
Self.BlockActivation(True) Self.BlockActivation(True)
_00E_MQ07a_sDoorDoesntBudge.Show() _00E_MQ07a_sDoorDoesntBudge.Show()
endif
EndIf EndIf
EndEvent EndEvent