god damn it
This commit is contained in:
parent
64b8346424
commit
18965ccfc7
@ -1393,7 +1393,7 @@ class MatteryPlayerCapability(val ply: Player) : ICapabilityProvider, INBTSerial
|
|||||||
combinedInventory.consumeItem(stack, false, slots = offhandSlotRange, onlyIntoExisting = true, popTime = 5)
|
combinedInventory.consumeItem(stack, false, slots = offhandSlotRange, onlyIntoExisting = true, popTime = 5)
|
||||||
inventoryAndExopack.consumeItem(stack, false, onlyIntoExisting = false, popTime = 5)
|
inventoryAndExopack.consumeItem(stack, false, onlyIntoExisting = false, popTime = 5)
|
||||||
} else {
|
} else {
|
||||||
wrappedInventory.consumeItem(stack, false, slots = IntSet.of(ply.inventory.selected), onlyIntoExisting = false, popTime = 5)
|
wrappedInventory.consumeItem(stack, false, slots = IntSet.of(ply.inventory.selected), onlyIntoExisting = true, popTime = 5)
|
||||||
wrappedInventory.consumeItem(stack, false, slots = offhandSlotRange, onlyIntoExisting = true, popTime = 5)
|
wrappedInventory.consumeItem(stack, false, slots = offhandSlotRange, onlyIntoExisting = true, popTime = 5)
|
||||||
wrappedItemInventory.consumeItem(stack, false, onlyIntoExisting = false, popTime = 5)
|
wrappedItemInventory.consumeItem(stack, false, onlyIntoExisting = false, popTime = 5)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user