diff --git a/ps-grammar/emergencySituation/object.jsgf b/ps-grammar/emergencySituation/object.jsgf index f2b21ab1d4fa22125c02d8916411a2e52681411d..5f53f43d4734a0f104272bff4fd914c7cb84cc31 100644 --- a/ps-grammar/emergencySituation/object.jsgf +++ b/ps-grammar/emergencySituation/object.jsgf @@ -3,9 +3,9 @@ grammar emergencySituation_object; public <emergencySituation> = <objectPhrase>; -<objectPhrase> = <water> | <firstaidkit> | <cellphone> | <nothing>; +<objectPhrase> = <water> | <biscuits> | <cellphone>; <water> = water; -<firstaidkit> = first aid kit; +<biscuits> = biscuits; <cellphone> = cell phone; <nothing> = nothing;