Fixed Calia not equipping her sword correctly in the Forbidden Tunnel

This commit is contained in:
Eddoursul 2021-12-12 15:30:59 +01:00
parent 5363aa8405
commit 854659fa76
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -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()