misc
This commit is contained in:
@@ -46,7 +46,7 @@ class InfoComponent extends preact.Component {
|
||||
<h2> {info.replace('constructName ', '')} </h2>
|
||||
<p> This is the name of your construct. <br />
|
||||
Names are randomly generated and are purely cosmetic. <br />
|
||||
You can change change your construct name in the reshape tab outside of games.
|
||||
You can change change your construct name in the <b>RESHAPE</b> tab outside of games.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
@@ -58,9 +58,9 @@ class InfoComponent extends preact.Component {
|
||||
<h2> {info.replace('constructAvatar ', '')} </h2>
|
||||
<p> This is your construct avatar. <br />
|
||||
Avatars are randomly generated and are purely cosmetic. <br />
|
||||
You can change your construct avatar in the reshape tab outside of games.
|
||||
You can change your construct avatar in the <b>RESHAPE</b> tab outside of games.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
const fullInfo = itemInfo.items.find(i => i.item === info) || INFO[info];
|
||||
@@ -216,8 +216,7 @@ class InfoComponent extends preact.Component {
|
||||
<div>
|
||||
<h2> General </h2>
|
||||
<p>
|
||||
You can preview combos by clicking them when they appear in this section. <br />
|
||||
Reclaim can be used to sell items in the inventory. <br />
|
||||
You can preview combos by clicking the combined item when it appears in this section. <br />
|
||||
Click the <b>READY</b> button to start the <b>GAME PHASE</b>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user