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