From 62896eb398b729a451475c938ee895aba759b36c Mon Sep 17 00:00:00 2001 From: rebecca Date: Sun, 1 Mar 2026 09:18:14 +0000 Subject: beescroll --- beescroll.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'beescroll.lua') diff --git a/beescroll.lua b/beescroll.lua index 34a237c..7b07a51 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -55,11 +55,11 @@ end local norm_color = colors.gray local urgent = { "URGENT", "WARNING", "ALERT", "CRITICAL", "BREAKING" } -local orgs = {"Council", "Committee", "Board" } -local orgtype = { "Executive", "Leadership", "Management" } +local orgs = {"Council", "Committee", "Board", "Division", "Bureau", "Team", "Task Force", "Secretariat" } +local orgtype = { "Executive", "Leadership", "Management", "Control", "Command", "Planning" } local function pretitle() local out = "" - while math.random() < 0.25 do out = choice{"Acting","Provisional","Provisional"} .. " " .. out end + while math.random() < 0.5 do out = choice{"Acting","Acting","Provisional","Provisional","Provisional","Strategic"} .. " " .. out end return out end -- cgit v1.2.3