summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/peacekeeping/PeaceLexExt.gf7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/peacekeeping/PeaceLexExt.gf b/examples/peacekeeping/PeaceLexExt.gf
index 1e4e777ad..1cccc92c6 100644
--- a/examples/peacekeeping/PeaceLexExt.gf
+++ b/examples/peacekeeping/PeaceLexExt.gf
@@ -20,16 +20,23 @@ abstract PeaceLexExt = PeaceCat ** {
doctor_N : N ;
doctor_N : N ;
enemy_N : N ;
+ face_N : N ;
food_N : MassN ;
friend_N : N ;
+ ground_N : N ;
+ knife_N : N ;
landmine_N : N ;
+ map_N : N ;
medicine_N : MassN ;
+ police8officer_N : N ;
skin_N : MassN ;
soldier_N : N ;
weapon_N : N;
-- Verbs
cough_V : V ;
+ drop_V2 : V2 ;
+ hurt_V : V ;
need_V2 : V2;
own_V2 : V2 ;
show_V3 : V3 ;