Fixed Calia not equipping her sword correctly in the Forbidden Tunnel
This commit is contained in:
parent
5363aa8405
commit
854659fa76
Binary file not shown.
@ -79,8 +79,7 @@ Function MoveNPCsToForbiddenRoom()
|
|||||||
_00E_MC_TealorREF.RemoveItem(_01E_20Hueterschwert, 1)
|
_00E_MC_TealorREF.RemoveItem(_01E_20Hueterschwert, 1)
|
||||||
|
|
||||||
if akCompanion == _00E_MC_CaliaREF
|
if akCompanion == _00E_MC_CaliaREF
|
||||||
akCompanion.AddItem(_01E_20Huetergrossschwert, 1)
|
akCompanion.ResetInventory()
|
||||||
akCompanion.EquipItem(_01E_20Huetergrossschwert, true, true)
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
_00E_MC_YuslanREF.Enable()
|
_00E_MC_YuslanREF.Enable()
|
||||||
|
Loading…
Reference in New Issue
Block a user