protected void onPickup()
 {
     //heals player
     playerCon.addAmmo(isPrimary, giveAmount);
 }