Example #1
0
 private void ChecksAbilityDamage(GenericAction action)
 {
     if (HostShip.CallCanPerformActionWhileStressed(action) && HostShip.IsStressed)
     {
         RegisterAbilityTrigger(TriggerTypes.OnActionIsPerformed, ResolveOwnAbility);
     }
     TurnOffAbility(HostShip);
 }