700 {
702 {
703 if (
m_Player.GetHumanInventory().AddInventoryReservationEx(
m_Dst.GetItem(),
m_Dst, GameInventory.c_InventoryReservationTimeoutShortMS))
704 {
705 if (
m_Player.GetHumanInventory().AddInventoryReservationEx(
m_Dst2.GetItem(),
m_Dst2, GameInventory.c_InventoryReservationTimeoutShortMS))
706 {
707 return true;
708 }
709 else
710 {
712 }
713 }
714 }
715 return false;
716 }
ref InventoryLocation m_Dst2
src of old item in hands
ref InventoryLocation m_Dst