Fixed Father property in _00E_FS_NQR05_Bossfight_TharaelSC

This commit is contained in:
Eddoursul 2024-01-20 04:22:45 +01:00
parent c79a974281
commit 80af73332a
4 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -105,7 +105,7 @@ Function CastSpecialAttack()
Utility.Wait(3)
EndIf
Father.TeleportToCenter()
(Father as _00E_FS_NQR05_Bossfight_FatherSC).TeleportToCenter()
FS_NQR05_FatherREF.Say(FS_NQR05_D00_Bossfight_WarningTopic)
StartVolley()
@ -252,7 +252,7 @@ Function StopSpecialAttack()
If FS_NQR05.GetCurrentStageID() < 325
RegisterForSpecialAttack(30.0)
EndIf
Father.TeleportBack()
(Father as _00E_FS_NQR05_Bossfight_FatherSC).TeleportBack()
FS_NQR05_FatherREF.EvaluatePackage()
EndFunction
@ -271,7 +271,7 @@ bool bFirstAttack
ObjectReference objLight
_00E_FS_NQR05_Bossfight_FatherSC Property Father Auto
ReferenceAlias Property Father Auto
_00E_FS_NQR05_Functions Property FS_NQR05 Auto
Actor Property FS_NQR05_FatherREF Auto

View File

@ -175,7 +175,6 @@ event OnConfigInit()
_alignmentValues[2] = "center"
ApplySettings()
SetTextOptionValueST(_sizes[_itemlistFontSizeIdx])
ApplyItemListFontSize()
endEvent