From ec3fd768e06d52a85f512a84374430247eb8a2d0 Mon Sep 17 00:00:00 2001 From: the lemons Date: Thu, 31 Mar 2022 17:54:46 -0500 Subject: w was forgotten --- wordgen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wordgen.lua') diff --git a/wordgen.lua b/wordgen.lua index 52c31aa..b176405 100644 --- a/wordgen.lua +++ b/wordgen.lua @@ -36,12 +36,12 @@ local function _(the) end end -local C = R({'k','t','r','n','s','m','h','d','g','z','y','sh','j','kk','tt','ss','b','l','p','pp'}, 1.15) +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 V = R("auioe", 1.3) local N = R({"","ń"}, 4.5) local S = _{R({C,""}, 10),V,N} -local W = _({S,R({S,"",_{S,S},_{S,S,S}},2.7)}) +local W = _({S,R({S,"",_{S,S},_{S,S,S}},2.5)}) local the = ... and tonumber(...) or 10 -- cgit v1.2.3