diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-02 03:02:44 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-02 03:02:44 +0100 |
commit | 0345a82d624f30ed4a9a63bb8a3e399ade653460 (patch) | |
tree | 3394e523811b2f37383e0bbe37fdcb3bfb5d3077 | |
parent | 23c19dd66eeb5d636365d10c58dfbd5ec22f944a (diff) |
launch beescroll
-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), |