forked from GitHub/gf-core
some adjective fixes in FoodsGle
This commit is contained in:
@@ -36,8 +36,8 @@ concrete FoodsGle of Foods = open MutationsGle, CharactersGle in {
|
|||||||
s = table{Sg => (mutate sg); Pl => (mutate pl)};
|
s = table{Sg => (mutate sg); Pl => (mutate pl)};
|
||||||
g = g;
|
g = g;
|
||||||
pe = case pl of {
|
pe = case pl of {
|
||||||
_ + v@(#broadVowel) + c@(#consonant*) => Broad;
|
_ + v@(#broadVowel) + c@(#consonant*) + #consonant => Broad;
|
||||||
_ + v@(#slenderVowel) + c@(#consonant*) => Slender;
|
_ + v@(#slenderVowel) + c@(#consonant*) + #consonant => Slender;
|
||||||
_ => NoBreadth
|
_ => NoBreadth
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user