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",
|
"Sad",
|
||||||
"Glad",
|
"Glad",
|
||||||
"Scared",
|
"Scared",
|
||||||
"Emberrassed",
|
"Embarrassed",
|
||||||
"Goofy",
|
"Goofy",
|
||||||
"Spicy",
|
"Spicy",
|
||||||
"Salty",
|
"Salty",
|
||||||
@ -765,6 +765,11 @@ impl<'a, R: Rng> NameGen<'a, R> {
|
|||||||
"Zesty",
|
"Zesty",
|
||||||
"Fancy",
|
"Fancy",
|
||||||
"Stylish",
|
"Stylish",
|
||||||
|
"Thirsty",
|
||||||
|
"Dry",
|
||||||
|
"Dancing",
|
||||||
|
"Singing",
|
||||||
|
"Drunken",
|
||||||
];
|
];
|
||||||
let tavern_synonyms = ["Tavern", "Bar", "Pub"];
|
let tavern_synonyms = ["Tavern", "Bar", "Pub"];
|
||||||
let subjectives = [
|
let subjectives = [
|
||||||
|
Loading…
Reference in New Issue
Block a user