account wip
This commit is contained in:
+9
-3
@@ -1,7 +1,7 @@
|
||||
use rand::prelude::*;
|
||||
use rand::{thread_rng};
|
||||
|
||||
const FIRSTS: [&'static str; 47] = [
|
||||
const FIRSTS: [&'static str; 50] = [
|
||||
"artificial",
|
||||
"ambient",
|
||||
"borean",
|
||||
@@ -20,10 +20,13 @@ const FIRSTS: [&'static str; 47] = [
|
||||
"fierce",
|
||||
"fossilised",
|
||||
"frozen",
|
||||
"gravitational",
|
||||
"jovian",
|
||||
"inverted",
|
||||
"leafy",
|
||||
"lurking",
|
||||
"limitless",
|
||||
"magnetic",
|
||||
"metallic",
|
||||
"mossy",
|
||||
"mighty",
|
||||
@@ -37,6 +40,7 @@ const FIRSTS: [&'static str; 47] = [
|
||||
"oxygenated",
|
||||
"oscillating",
|
||||
"ossified",
|
||||
"orbiting",
|
||||
"piscine",
|
||||
"purified",
|
||||
"recalcitrant",
|
||||
@@ -46,18 +50,18 @@ const FIRSTS: [&'static str; 47] = [
|
||||
"supercooled",
|
||||
"subsonic",
|
||||
"synthetic",
|
||||
"sweet",
|
||||
"terrestrial",
|
||||
"weary",
|
||||
];
|
||||
|
||||
const LASTS: [&'static str; 52] = [
|
||||
const LASTS: [&'static str; 55] = [
|
||||
"artifact",
|
||||
"assembly",
|
||||
"carbon",
|
||||
"console",
|
||||
"construct",
|
||||
"craft",
|
||||
"core",
|
||||
"design",
|
||||
"drone",
|
||||
"distortion",
|
||||
@@ -77,6 +81,8 @@ const LASTS: [&'static str; 52] = [
|
||||
"lifeform",
|
||||
"landmass",
|
||||
"lens",
|
||||
"mantle",
|
||||
"magnetism",
|
||||
"mechanism",
|
||||
"mountain",
|
||||
"nectar",
|
||||
|
||||
Reference in New Issue
Block a user