This commit is contained in:
ntr
2019-09-24 12:29:05 +10:00
parent 5fb44ee226
commit b681c9218a
7 changed files with 156 additions and 95 deletions
+5 -3
View File
@@ -1,7 +1,7 @@
use rand::prelude::*;
use rand::{thread_rng};
const FIRSTS: [&'static str; 50] = [
const FIRSTS: [&'static str; 51] = [
"artificial",
"ambient",
"borean",
@@ -17,6 +17,7 @@ const FIRSTS: [&'static str; 50] = [
"emotive",
"emotionless",
"elliptical",
"extrasolar",
"fierce",
"fossilised",
"frozen",
@@ -54,9 +55,10 @@ const FIRSTS: [&'static str; 50] = [
"weary",
];
const LASTS: [&'static str; 55] = [
const LASTS: [&'static str; 56] = [
"artifact",
"assembly",
"alloy",
"carbon",
"console",
"construct",
@@ -68,7 +70,7 @@ const LASTS: [&'static str; 55] = [
"detector",
"energy",
"entropy",
"exomorph",
"exoplanet",
"foilage",
"forest",
"form",