aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-03-31 17:54:46 -0500
committerthe lemons <citrons@mondecitronne.com>2022-03-31 17:54:46 -0500
commitec3fd768e06d52a85f512a84374430247eb8a2d0 (patch)
tree7baa576a02d955aa04dd808094af66be1441a554
parentd7de228c25e25ef03443175310acbea08a305c91 (diff)
w was forgotten
-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