653 {
655 {
656 if (
m_Player.GetHumanInventory().AddInventoryReservationEx(
m_Dst.GetItem(),
m_Dst, GameInventory.c_InventoryReservationTimeoutShortMS))
657 {
658 if (
m_Player.GetHumanInventory().AddInventoryReservationEx(
m_Dst2.GetItem(),
m_Dst2, GameInventory.c_InventoryReservationTimeoutShortMS))
659 {
660 return true;
661 }
662 else
663 {
665 }
666 }
667 }
668 return false;
669 }
ref InventoryLocation m_Dst2
src of old item in hands
ref InventoryLocation m_Dst