Ejemplo n.º 1
0
 protected virtual void AddAgentKallusDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.AgentKallusDiceModification()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         AgentKallusSelectedTarget = AgentKallusSelectedTarget
     };
     host.AddAvailableDiceModificationOwn(newAction);
 }
Ejemplo n.º 2
0
 private void AddAgentKallusDiceModification(GenericShip host)
 {
     ActionsList.GenericAction newAction = new ActionsList.AgentKallusDiceModification()
     {
         ImageUrl = HostUpgrade.ImageUrl,
         Host     = host,
         AgentKallusSelectedTarget = AgentKallusSelectedTarget
     };
     host.AddAvailableActionEffect(newAction);
 }