Skip to content
Snippets Groups Projects
Commit 0b6841ed authored by Kai Harmening's avatar Kai Harmening
Browse files

added biscuits to grammar and rm nothing

parent 120ea281
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment