diff options
-rw-r--r-- | beescroll.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beescroll.lua b/beescroll.lua index 240e4e4..aca7916 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -73,7 +73,7 @@ while true do local x = math.random(0,99999) m.scroll(1) m.setCursorPos(1,H) - slow_write(m, (("%5d bees have been %s in %s."):format( + slow_write(m, ("%5d bees have been %s in %s."):format( x, choice(verbs), choice(cities) )) os.sleep(1) |