private void CheckR7AstromechAbility(Ship.GenericShip ship) { if (!usedThisRound) { ActionsList.GenericAction newAction = new ActionsList.R7AstromechActionEffect(this) { ImageUrl = HostUpgrade.ImageUrl, Host = HostShip }; HostShip.AddAvailableOppositeActionEffect(newAction); } }