private void OnMouseDown() { if (hideTime > 0) { hiding = true; civ.RoseHide(); feet.RoseHide(); anim.SetBool("moving", false); } }