diff --git a/ps-grammar/robotZoo/roboZoo.jsgf b/ps-grammar/robotZoo/roboZoo.jsgf
index 1efda6c8b9717fcfcdab4b4181100ed15b272e78..c8f2bef5a593957970a20b83fb7960bbb234803d 100644
--- a/ps-grammar/robotZoo/roboZoo.jsgf
+++ b/ps-grammar/robotZoo/roboZoo.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar ToBI_roboZoo;
 
-public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> ) [tobi];
+public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <christian> | <leroy> | <suchit> | <niksa> | <sven> | <sebastian> | <timo> ) [tobi];
 
 <biron> =  biron;
 <andi> = andreas; 
@@ -14,3 +14,4 @@ public <statement> = [tobi] (<biron> | <andi> | <leon> | <kai> | <martin> | <chr
 <suchit> = suchit;
 <niksa> = niksa;
 <sven> = sven;
+<timo> = timo;