This commit is contained in:
ntr 2019-10-10 15:07:36 +11:00
parent 43a53e5651
commit 5e41789f52

View File

@ -1,7 +1,7 @@
use rand::prelude::*; use rand::prelude::*;
use rand::{thread_rng}; use rand::{thread_rng};
const FIRSTS: [&'static str; 52] = [ const FIRSTS: [&'static str; 53] = [
"artificial", "artificial",
"ambient", "ambient",
"borean", "borean",
@ -43,6 +43,7 @@ const FIRSTS: [&'static str; 52] = [
"ossified", "ossified",
"orbiting", "orbiting",
"piscine", "piscine",
"polar",
"purified", "purified",
"recalcitrant", "recalcitrant",
"rogue", "rogue",
@ -56,7 +57,7 @@ const FIRSTS: [&'static str; 52] = [
"weary", "weary",
]; ];
const LASTS: [&'static str; 58] = [ const LASTS: [&'static str; 63] = [
"artifact", "artifact",
"assembly", "assembly",
"antenna", "antenna",
@ -65,6 +66,7 @@ const LASTS: [&'static str; 58] = [
"carbon", "carbon",
"console", "console",
"construct", "construct",
"coordinates",
"craft", "craft",
"core", "core",
"design", "design",
@ -80,19 +82,22 @@ const LASTS: [&'static str; 58] = [
"fossil", "fossil",
"frequency", "frequency",
"function", "function",
"fusion",
"fission",
"information", "information",
"insulator", "insulator",
"layout", "layout",
"lifeform", "lifeform",
"liquid",
"landmass", "landmass",
"lens", "lens",
"mass",
"mantle", "mantle",
"magnetism", "magnetism",
"mechanism", "mechanism",
"mountain", "mountain",
"nectar", "nectar",
"nebula", "nebula",
"oak",
"oxide", "oxide",
"orbit", "orbit",
"pattern", "pattern",