From 8d8f732c198f8da78737eaac101b37f19ad5a67a Mon Sep 17 00:00:00 2001 From: rebecca Date: Mon, 2 Mar 2026 20:59:30 +0000 Subject: beescroll --- beescroll.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beescroll.lua') diff --git a/beescroll.lua b/beescroll.lua index 4de86fa..7303d76 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -68,7 +68,7 @@ local function beecount() 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, ("%4d"):format(n), " bees ", norm_color} + return {colors.yellow, n, " bees ", norm_color} end local function timeframe() -- cgit v1.2.3