/// <summary>
 /// Take action.
 /// </summary>
 public override void Act()
 {
     Actuator.ThrowRockRight(m_hHero);
 }