reduce badness

This commit is contained in:
Crispy 2025-06-02 00:47:39 +02:00
parent 61eefcba8c
commit c91761f3a1
9 changed files with 846 additions and 2333 deletions

View file

@ -44,10 +44,10 @@ while true do
end
end
while true do
sound()
if math.random(100) > 97 then
--sound()
if math.random(100) > 97 or true then
sfx.success()
sleep(random(1,4))
sleep(math.random(1,4))
end
end
parallel.waitForAll(sound,sound,sound,sound,sound)