From 6894e6703107d91ebdca3d3143bafce9f3c97b44 Mon Sep 17 00:00:00 2001 From: the lemons Date: Tue, 7 Jun 2022 10:17:35 -0500 Subject: update wordgen --- wordgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wordgen.lua') diff --git a/wordgen.lua b/wordgen.lua index b176405..4d90934 100644 --- a/wordgen.lua +++ b/wordgen.lua @@ -36,7 +36,7 @@ local function _(the) end end -local C = R({'k','t','r','n','s','m','h','d','g','z','y','sh','j','w','kk','tt','ss','b','l','p','pp'}, 1.15) +local C = R({'k','t','r','n','s','m','h','d','g','z','y','ts','sh','j','w','kk','tt','ss','b','p','pp'}, 1.15) local V = R("auioe", 1.3) local N = R({"","ń"}, 4.5) local S = _{R({C,""}, 10),V,N} -- cgit v1.2.3