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