???
This commit is contained in:
+5
-3
@@ -1,7 +1,7 @@
|
||||
use rand::prelude::*;
|
||||
use rand::{thread_rng};
|
||||
|
||||
const FIRSTS: [&'static str; 50] = [
|
||||
const FIRSTS: [&'static str; 51] = [
|
||||
"artificial",
|
||||
"ambient",
|
||||
"borean",
|
||||
@@ -17,6 +17,7 @@ const FIRSTS: [&'static str; 50] = [
|
||||
"emotive",
|
||||
"emotionless",
|
||||
"elliptical",
|
||||
"extrasolar",
|
||||
"fierce",
|
||||
"fossilised",
|
||||
"frozen",
|
||||
@@ -54,9 +55,10 @@ const FIRSTS: [&'static str; 50] = [
|
||||
"weary",
|
||||
];
|
||||
|
||||
const LASTS: [&'static str; 55] = [
|
||||
const LASTS: [&'static str; 56] = [
|
||||
"artifact",
|
||||
"assembly",
|
||||
"alloy",
|
||||
"carbon",
|
||||
"console",
|
||||
"construct",
|
||||
@@ -68,7 +70,7 @@ const LASTS: [&'static str; 55] = [
|
||||
"detector",
|
||||
"energy",
|
||||
"entropy",
|
||||
"exomorph",
|
||||
"exoplanet",
|
||||
"foilage",
|
||||
"forest",
|
||||
"form",
|
||||
|
||||
Reference in New Issue
Block a user