4
Fork 0

Fixed Calia not equipping her sword correctly in the Forbidden Tunnel

english-generic-dialogue
Eddoursul 2 years ago
parent 5363aa8405
commit 854659fa76
  1. BIN
      scripts/_00e_mq15_functions.pex
  2. 3
      source/scripts/_00e_mq15_functions.psc

Binary file not shown.

@ -79,8 +79,7 @@ Function MoveNPCsToForbiddenRoom()
_00E_MC_TealorREF.RemoveItem(_01E_20Hueterschwert, 1)
if akCompanion == _00E_MC_CaliaREF
akCompanion.AddItem(_01E_20Huetergrossschwert, 1)
akCompanion.EquipItem(_01E_20Huetergrossschwert, true, true)
akCompanion.ResetInventory()
EndIf
_00E_MC_YuslanREF.Enable()

Loading…
Cancel
Save