add passives for eat, drink, like

This commit is contained in:
Meowyam
2023-03-22 18:59:41 +08:00
parent b55abfc8fe
commit 6e16add239
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ lin
-- : VPSlash -> NP -> VP
ComplSlash vps np = vps ** {
s = \\vf,pol =>
vps.s ! vf ! pol ++ vps.adjCompl ++ applyPrep vps.c2 np
vps.s ! vf ! pol ++ applyPrep vps.c2 np ++ vps.adjCompl
} ;
-- : VV -> VPSlash -> VPSlash ;