Fixed Father property in _00E_FS_NQR05_Bossfight_TharaelSC
This commit is contained in:
parent
c79a974281
commit
80af73332a
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
@ -175,7 +175,6 @@ event OnConfigInit()
|
||||
_alignmentValues[2] = "center"
|
||||
|
||||
ApplySettings()
|
||||
SetTextOptionValueST(_sizes[_itemlistFontSizeIdx])
|
||||
ApplyItemListFontSize()
|
||||
endEvent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user