commit ceb3249242e24256e060f24f99de47d35f36a1a5
Author: Jonathan Dowland <jon@dow.land>
AuthorDate: Thu Feb 28 22:08:01 2019 +0000
Commit: Jonathan Dowland <jon@dow.land>
CommitDate: Thu Feb 28 22:08:01 2019 +0000
Tweak adjectives/nouns; remove troublesome ones
---
src/net_petname.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/net_petname.c b/src/net_petname.c
index 7c9d6e8b..278da7ca 100644
--- a/src/net_petname.c
+++ b/src/net_petname.c
@@ -36,13 +36,11 @@ static char *adjectives[] = {
"Pacifist",
"Aggressive",
"Hostile",
- "Diseased",
"Bubbly",
"Giggly",
"Laughing",
"Crying",
"Frowning",
- "Flatulent",
"Torpid",
"Lethargic",
"Manic",
@@ -68,6 +66,7 @@ static char *adjectives[] = {
};
static char *nouns[] = {
+ "Frad",
// Doom
"Cacodemon",
"Arch-Vile",
@@ -95,7 +94,7 @@ static char *nouns[] = {
"Acolyte",
"Templar",
"Reaver",
- "Crusader",
+ "Spectre",
};
/*