public override void Attach(Actor actor)
 {
     actor.AddPower(power);
     base.Attach(actor);
 }