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