From aa3bb65907b53f425dba9f49fd64acfa92fd4d7a Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 23 Jul 2019 11:56:05 +1000 Subject: [PATCH] names --- server/src/names.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/src/names.rs b/server/src/names.rs index 67c6e918..36833363 100644 --- a/server/src/names.rs +++ b/server/src/names.rs @@ -1,7 +1,7 @@ use rand::prelude::*; use rand::{thread_rng}; -const FIRSTS: [&'static str; 33] = [ +const FIRSTS: [&'static str; 36] = [ "artificial", "ambient", "borean", @@ -13,6 +13,8 @@ const FIRSTS: [&'static str; 33] = [ "convex", "distorted", "dub", + "emotive", + "emotionless", "fierce", "inverted", "leafy", @@ -31,6 +33,7 @@ const FIRSTS: [&'static str; 33] = [ "purified", "recalcitrant", "rogue", + "subversive", "subterranean", "synthetic", "sweet",