public int GetAmmoCap() { return((int)(ammoCap * (1 + (perk != null ? perk.GetWeaponAmmoCapMul(ID) : 0)))); }