Beispiel #1
0
        public AlchemistCraftsmanSatchel()
            : base()
        {
            if (Items.Count < 2)
            {
                var recipe = Reward.AlchemyRecipe();

                if (recipe != null)
                {
                    DropItem(recipe);
                }
            }
        }