diff options
Diffstat (limited to 'beescroll.lua')
-rw-r--r-- | beescroll.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beescroll.lua b/beescroll.lua index 8257081..96b31d0 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -85,7 +85,7 @@ while true do local x = math.random(0,99999) m.scroll(1) m.setCursorPos(1,H) - slow_write_f(mon, { + slow_write_f(m, { colors.white, string.format("%5d",math.random(0,99999)), norm_color, " bees ", choice{"have been ","were "}, colors.lime, choice(verbs), |