diff options
| author | rebecca <ubq323@ubq323.website> | 2026-03-01 09:18:14 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-03-01 09:18:14 +0000 |
| commit | 62896eb398b729a451475c938ee895aba759b36c (patch) | |
| tree | 423730c080c0e7627f26372dec4a700dfa415f3c /beescroll.lua | |
| parent | 44edca669853dcf7f33d402a5f3809445d1f2075 (diff) | |
beescroll
Diffstat (limited to 'beescroll.lua')
| -rw-r--r-- | beescroll.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
