add a few more pride month event name variants
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user