Example #1
0
        private void TryAddAutothrustersDiceModification(GenericShip host)
        {
            GenericAction newAction = new AutothrustersDiceModification()
            {
                ImageUrl = ImageUrl,
                Host     = host
            };

            host.AddAvailableActionEffect(newAction);
        }
Example #2
0
        private void TryAddAutothrustersDiceModification(GenericShip host)
        {
            GenericAction newAction = new AutothrustersDiceModification()
            {
                ImageUrl = HostUpgrade.ImageUrl,
                HostShip = host
            };

            host.AddAvailableDiceModification(newAction);
        }