reduce badness
This commit is contained in:
parent
61eefcba8c
commit
c91761f3a1
9 changed files with 846 additions and 2333 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue