diff --git a/parts/scenes/quit.lua b/parts/scenes/quit.lua index efdafeb2..0d17e89e 100644 --- a/parts/scenes/quit.lua +++ b/parts/scenes/quit.lua @@ -1,11 +1,11 @@ local scene={} function scene.sceneInit() - if math.random()>.000626 then + if math.random()>.0000626 then love.timer.sleep(.26) love.event.quit() else - error("So lucky! 0.0626 precent to get this!!! You can quit the game now.") + error("So lucky! 0.00626% to get this!! You can quit the game now.") end end