diff --git a/psGrammar/tasks/restaurant/order.jsgf b/psGrammar/tasks/restaurant/order.jsgf
index 6ec11840f8647ee5f111e5fedadddb0266bf7d8c..1d9bcc74f18295642074180419ebb30254784178 100644
--- a/psGrammar/tasks/restaurant/order.jsgf
+++ b/psGrammar/tasks/restaurant/order.jsgf
@@ -3,8 +3,9 @@ grammar ordering;
 
 public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [please]);
 
-<objects> = (<drinks> | <combo> | <food>);
+<objects> = (<drinks> | <combo> | <food> | <comboTwo>);
 <combo> = ((<orderings> [and | with] <orderings> [and | with] <orderings>));
+<comboTwo> = ((<orderings> [and | with] <orderings>));
 <orderings> = (<drinks> | <food>);
 
 <food> = ( (lemon) | (orange) | (bouillon) | (corn) | (noodles) | (pepper) | (salt) | (sauerkraut) |(seasoning_mix) | (tomatoes) | (cereal_bar_chocolate) | (cereal_bar_chocolate_banana) | (cracker) | (fruit_bar_apple) | (fruit_bar_forest_fruit) | (get_it) | (nut_fruit_mix) | (peanut_bits));