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)
|
Utility.Wait(3)
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Father.TeleportToCenter()
|
(Father as _00E_FS_NQR05_Bossfight_FatherSC).TeleportToCenter()
|
||||||
FS_NQR05_FatherREF.Say(FS_NQR05_D00_Bossfight_WarningTopic)
|
FS_NQR05_FatherREF.Say(FS_NQR05_D00_Bossfight_WarningTopic)
|
||||||
StartVolley()
|
StartVolley()
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ Function StopSpecialAttack()
|
|||||||
If FS_NQR05.GetCurrentStageID() < 325
|
If FS_NQR05.GetCurrentStageID() < 325
|
||||||
RegisterForSpecialAttack(30.0)
|
RegisterForSpecialAttack(30.0)
|
||||||
EndIf
|
EndIf
|
||||||
Father.TeleportBack()
|
(Father as _00E_FS_NQR05_Bossfight_FatherSC).TeleportBack()
|
||||||
FS_NQR05_FatherREF.EvaluatePackage()
|
FS_NQR05_FatherREF.EvaluatePackage()
|
||||||
|
|
||||||
EndFunction
|
EndFunction
|
||||||
@ -271,7 +271,7 @@ bool bFirstAttack
|
|||||||
|
|
||||||
ObjectReference objLight
|
ObjectReference objLight
|
||||||
|
|
||||||
_00E_FS_NQR05_Bossfight_FatherSC Property Father Auto
|
ReferenceAlias Property Father Auto
|
||||||
_00E_FS_NQR05_Functions Property FS_NQR05 Auto
|
_00E_FS_NQR05_Functions Property FS_NQR05 Auto
|
||||||
|
|
||||||
Actor Property FS_NQR05_FatherREF Auto
|
Actor Property FS_NQR05_FatherREF Auto
|
||||||
|
@ -175,7 +175,6 @@ event OnConfigInit()
|
|||||||
_alignmentValues[2] = "center"
|
_alignmentValues[2] = "center"
|
||||||
|
|
||||||
ApplySettings()
|
ApplySettings()
|
||||||
SetTextOptionValueST(_sizes[_itemlistFontSizeIdx])
|
|
||||||
ApplyItemListFontSize()
|
ApplyItemListFontSize()
|
||||||
endEvent
|
endEvent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user