HeroActionEvent DeliveredEvent()
 {
     SoundManager.PlayStaticSFX(sfx_drop);
     if (createNew)
     {
         return(existingAction.Clone());
     }
     else
     {
         return(existingAction);
     }
 }