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