This commit is contained in:
ntr 2019-08-08 21:07:02 +10:00
parent 65503c6800
commit 11ac600300
3 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* serde serialize privatise
* stripe prod
* mobile styles
* info fix
* account page
* graphs n shit
* acp init

View File

@ -35,6 +35,8 @@ function Skill(props) {
setActiveSkill,
} = props;
if (!game) return false;
const s = construct.skills[i];
const ko = construct.green_life.value === 0 ? 'ko' : '';

View File

@ -1,7 +1,7 @@
use rand::prelude::*;
use rand::{thread_rng};
const FIRSTS: [&'static str; 44] = [
const FIRSTS: [&'static str; 47] = [
"artificial",
"ambient",
"borean",
@ -16,8 +16,10 @@ const FIRSTS: [&'static str; 44] = [
"deserted",
"emotive",
"emotionless",
"elliptical",
"fierce",
"fossilised",
"frozen",
"inverted",
"leafy",
"lurking",
@ -41,6 +43,7 @@ const FIRSTS: [&'static str; 44] = [
"rogue",
"subversive",
"subterranean",
"supercooled",
"subsonic",
"synthetic",
"sweet",
@ -48,7 +51,7 @@ const FIRSTS: [&'static str; 44] = [
"weary",
];
const LASTS: [&'static str; 48] = [
const LASTS: [&'static str; 52] = [
"artifact",
"assembly",
"carbon",
@ -61,6 +64,7 @@ const LASTS: [&'static str; 48] = [
"detector",
"energy",
"entropy",
"exomorph",
"foilage",
"forest",
"form",
@ -78,13 +82,16 @@ const LASTS: [&'static str; 48] = [
"nectar",
"oak",
"oxide",
"orbit",
"pattern",
"plant",
"planet",
"poseidon",
"problem",
"receiver",
"replicant",
"river",
"satellite",
"scaffold",
"structure",
"shape",