aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-06-07 10:17:35 -0500
committerthe lemons <citrons@mondecitronne.com>2022-06-07 10:17:35 -0500
commit6894e6703107d91ebdca3d3143bafce9f3c97b44 (patch)
tree3328cab4e50d35540631186d89609bd880a38bc7
parent36be6b7511d2ba431b204fda0a107b8ed7c7001b (diff)
update wordgen
-rw-r--r--wordgen.lua2
1 files changed, 1 insertions, 1 deletions
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}