@@ -80,6 +80,7 @@ public class Unarmed {
nextSlot++;
}
} else if (firstEmpty != -1) {
+ drop.remove();
dropStack.setAmount(dropAmount);
inventory.setItem(firstEmpty, dropStack);
return true;