From 2a10de67569b46073fa5c7007a662ac6a0fd1008 Mon Sep 17 00:00:00 2001 From: Mashy Date: Mon, 28 Oct 2019 21:09:22 +1000 Subject: [PATCH] misc --- client/src/components/info.component.jsx | 9 ++++----- client/src/constants.jsx | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index 1d78d2ed..8d49b1ac 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -46,7 +46,7 @@ class InfoComponent extends preact.Component {

{info.replace('constructName ', '')}

This is the name of your construct.
Names are randomly generated and are purely cosmetic.
- You can change change your construct name in the reshape tab outside of games. + You can change change your construct name in the RESHAPE tab outside of games.

); @@ -58,9 +58,9 @@ class InfoComponent extends preact.Component {

{info.replace('constructAvatar ', '')}

This is your construct avatar.
Avatars are randomly generated and are purely cosmetic.
- You can change your construct avatar in the reshape tab outside of games. + You can change your construct avatar in the RESHAPE tab outside of games.

- + ); } const fullInfo = itemInfo.items.find(i => i.item === info) || INFO[info]; @@ -216,8 +216,7 @@ class InfoComponent extends preact.Component {

General

- You can preview combos by clicking them when they appear in this section.
- Reclaim can be used to sell items in the inventory.
+ You can preview combos by clicking the combined item when it appears in this section.
Click the READY button to start the GAME PHASE.

diff --git a/client/src/constants.jsx b/client/src/constants.jsx index 32c093ec..afc53c74 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -38,7 +38,7 @@ module.exports = { description:

The VBOX currency.
Colours - 1b
Skills - 2b
- Specs - 3b.
+ Specs - 3b
At the beginning of each round you receive 18 bits increasing by 6 bits per round.

, }, ready: {