From 7088bd2ce7f764d2f081f788fc7bc5c2a03e2906 Mon Sep 17 00:00:00 2001 From: rebecca Date: Mon, 2 Mar 2026 21:00:27 +0000 Subject: beescroll --- beescroll.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beescroll.lua b/beescroll.lua index 7303d76..a4083b5 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -65,10 +65,11 @@ local function pretitle() end local function beecount() + if math.random() < 0.01 then return {colors.white, "some bees ", norm_color} end if math.random() < 0.2 then return {colors.yellow, "all the bees in the world ", norm_color} end local n = math.random(9) while math.random() < 0.75 and n < 1000 do n = n*10 + math.random(0,9) end - return {colors.yellow, n, " bees ", norm_color} + return {colors.yellow, tostring(n), " bees ", norm_color} end local function timeframe() -- cgit v1.2.3