add a few more pride month event name variants

This commit is contained in:
2025-05-03 13:44:36 +02:00
parent a41907a258
commit 3a1dab8e6e

View File

@@ -83,7 +83,15 @@ impl Event {
} }
E::PrideMonth => { E::PrideMonth => {
let mut rng = rand::rng(); let mut rng = rand::rng();
const VARIANTS: &[&str] = &["Miesiąc Dumy", "Pride Month", "LGBT Rights!"]; const VARIANTS: &[&str] = &[
"Miesiąc Dumy",
"Pride Month",
"LGBT Rights!",
"Rainbows Galore!",
"USB-C LGTV!",
"Unite!",
"Proud!",
];
format!("Gractwo: {}", VARIANTS.choose(&mut rng).unwrap()) format!("Gractwo: {}", VARIANTS.choose(&mut rng).unwrap())
} }
E::ValentineDay => { E::ValentineDay => {