diff --git a/psGrammar/tasks/restaurant/order_apartment.jsgf b/psGrammar/tasks/restaurant/order_apartment.jsgf
index 939874adaa0b0702507b0661073ee69344f4170e..185e9320438f35bab87dc674a7acebc6f73fa839 100644
--- a/psGrammar/tasks/restaurant/order_apartment.jsgf
+++ b/psGrammar/tasks/restaurant/order_apartment.jsgf
@@ -5,24 +5,21 @@ public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [plea
 
 <objects> = (<drinks> | <food>);
 
-<food> =  ((pringles) |
-    (fork) | 
-    (potted meat can) | 
-    (cracker box) |
-    (mustard bottle)|
-    (bowl) | 
-    (plate) |
-    (soap box) |
-    (sugar box) |
-    (choco krispies) | 
-    (spoon) | 
-    (knife) |
-    (orange)  |
-    (banana) | 
-    (pear)  | 
-    (peach)|
-    (nothing)|
-    (dishwasher tab));
+<food> =  ((tuna) |
+    (tomato soup) | 
+    (spam) | 
+    (mustard) |
+    (strawberry jello)|
+    (chocolate jello) | 
+    (coffe grounds) |
+    (sugar) |
+    (pear) | 
+    (plum) | 
+    (peach) |
+    (lemon)|
+    (orange) | 
+    (strawberry) |
+    (banana) |
+    (apple));
     
-<drinks> = ((milk) | (cup) | (coke) | (milo) | 
-    (bleach cleanser));
+<drinks> = ((red wine) | (juice pack) | (cola) | (tropical juice) | (milk) | (iced tea) | (orange juice) | (nesquik) );