private void ClickMortar() { if (m_hand.HasIngredient) { if (m_hand.PutIngredientIntoMortar()) { GetComponent <RightHand>().Mortar.content.SetActive(true); EnableSpoonContent(false); } } else { m_hand.Crush(); } }