diff --git a/Repo.cs b/Repo.cs index bd3f849..bfab088 100644 --- a/Repo.cs +++ b/Repo.cs @@ -17,7 +17,7 @@ static class Repo { "Chicken Bacon Alfredo", new[] { "mushroom", "onion", "chicken", "bacon"} }, { "Chicken Feast", new[] { "chicken", "mushroom", "sweetcorn" } }, { "Deluxe Hawaiian", new[] { "ham", "bacon", "pineapple" } }, - { "Diavolo", new[] { "pepperoni", "salami", "onion" } }, + { "Diavolo", new[] { "pepperoni", "salami", "onion" } }, { "Emiliana", new[] { "tomato", "mozzarella cheese", "eggplant", "potato", "sausage" }}, { "Four Seasons", new[] {"tomato", "mozzarella cheese", "basil leaves", "artichoke", "fontina cheese", "mushroom", "red pepper", "provolone cheese", "potato", @@ -36,7 +36,9 @@ static class Repo { "Seafood", new[] { "shrimp", "anchovy" , "basil" } }, { "Supreme", new[] { "pepperoni", "sausage", "mushroom", "green pepper", "onion" } }, { "Texas BBQ", new[] { "chicken", "bacon", "onion", "red pepper", "green pepper" } }, - { "Tuna Supreme", new[] { "tuna", "sweetcorn", "onion" } } + { "Tuna Supreme", new[] { "tuna", "sweetcorn", "onion" } }, + { "Anchovies", new[] { "anchovy", "ground basil", "mozzarella", "tomato" } }, + { "Frutti di mare", new[] { "mussel", "shrimp", "surimi stick", "mozzarella", "tomato" } } } ); @@ -51,7 +53,8 @@ static class Repo { "Parmigiana", new[] {"tomato", "eggplant" } }, { "Spice Garden", new[] {"green pepper", "banana pepper", "jalapeƱo pepper" } }, { "Spinach Delight", new[] {"spinach", "tomato" } }, - { "Veggie Lovers", new[] {"tomato", "olive", "spinach", "mushroom", "onion" } } + { "Veggie Lovers", new[] {"tomato", "olive", "spinach", "mushroom", "onion" } }, + { "Vegetal", new[] {"onion", "mushroom", "olive", "caper", "pepper", "artichoke", "mozzarella", "tomato" } } } ); @@ -66,12 +69,14 @@ static class Repo "chicken", "ham", "hot chorizo sausage", + "mussel", "pepperoni", "prosciutto", "salami", "sausage", "shrimp", "steak", + "surimi stick", "tuna" } ); @@ -87,6 +92,7 @@ static class Repo "bell peppers", "black olive", "broccoli", + "caper", "cherry tomato", "eggplant", "garlic",