public void dropCurrentItem() {
   dropPlayerItemWithRandomChoice(inventory.decrStackSize(inventory.currentItem, 1), false);
 }