diff options
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 |
