mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
typo fix and add some adjectives to tavern namegen
This commit is contained in:
parent
5361b290df
commit
850112bd72
@ -711,7 +711,7 @@ impl<'a, R: Rng> NameGen<'a, R> {
|
||||
"Sad",
|
||||
"Glad",
|
||||
"Scared",
|
||||
"Emberrassed",
|
||||
"Embarrassed",
|
||||
"Goofy",
|
||||
"Spicy",
|
||||
"Salty",
|
||||
@ -765,6 +765,11 @@ impl<'a, R: Rng> NameGen<'a, R> {
|
||||
"Zesty",
|
||||
"Fancy",
|
||||
"Stylish",
|
||||
"Thirsty",
|
||||
"Dry",
|
||||
"Dancing",
|
||||
"Singing",
|
||||
"Drunken",
|
||||
];
|
||||
let tavern_synonyms = ["Tavern", "Bar", "Pub"];
|
||||
let subjectives = [
|
||||
|
Loading…
Reference in New Issue
Block a user