Exemple #1
0
 private void CrackShotDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.CrackShotDiceModification()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         Host     = host,
         Source   = this.HostUpgrade
     };
     host.AddAvailableCompareResultsEffect(newAction);
 }