This commit is contained in:
ntr 2019-07-29 00:24:10 +10:00
parent 8cd0f1af36
commit e5c8b78ec1

View File

@ -1,7 +1,7 @@
use rand::prelude::*;
use rand::{thread_rng};
const FIRSTS: [&'static str; 37] = [
const FIRSTS: [&'static str; 42] = [
"artificial",
"ambient",
"borean",
@ -16,9 +16,11 @@ const FIRSTS: [&'static str; 37] = [
"emotive",
"emotionless",
"fierce",
"fossilised",
"inverted",
"leafy",
"lurking",
"limitless",
"metallic",
"mossy",
"mighty",
@ -29,6 +31,9 @@ const FIRSTS: [&'static str; 37] = [
"powerful",
"obscure",
"organic",
"oxygenated",
"oscillating",
"ossified",
"piscine",
"purified",
"recalcitrant",
@ -41,13 +46,16 @@ const FIRSTS: [&'static str; 37] = [
"weary",
];
const LASTS: [&'static str; 42] = [
const LASTS: [&'static str; 49] = [
"artifact",
"assembly",
"carbon",
"console",
"construct",
"design",
"drone",
"distortion",
"detector",
"energy",
"entropy",
"foilage",
@ -59,11 +67,14 @@ const LASTS: [&'static str; 42] = [
"information",
"insulator",
"layout",
"lifeform",
"landmass",
"lens",
"mechanism",
"mountain",
"nectar",
"oak",
"oxide",
"pattern",
"plant",
"poseidon",
@ -81,6 +92,7 @@ const LASTS: [&'static str; 42] = [
"tower",
"transmitter",
"traveller",
"vibration",
"warning",
"wildlife",
"witness",