aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wordgen.lua4
1 files changed, 2 insertions, 2 deletions
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