YuRaNnNzZZ — Сегодня, в 10:56

опять всё подбирается в левую руку
This commit is contained in:
DBotThePony 2023-10-22 12:19:15 +07:00
parent 5e91da68cf
commit b9dba513e4
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1382,7 +1382,7 @@ class MatteryPlayerCapability(val ply: Player) : ICapabilityProvider, INBTSerial
inventoryAndExopack.consumeItem(stack, false, onlyIntoExisting = false, popTime = 5)
} else {
wrappedInventory.consumeItem(stack, false, slots = IntSet.of(ply.inventory.selected), onlyIntoExisting = false, popTime = 5)
wrappedInventory.consumeItem(stack, false, slots = offhandSlotRange, onlyIntoExisting = false, popTime = 5)
wrappedInventory.consumeItem(stack, false, slots = offhandSlotRange, onlyIntoExisting = true, popTime = 5)
wrappedItemInventory.consumeItem(stack, false, onlyIntoExisting = false, popTime = 5)
}