adjust verbiage

master
lza_menace 2 years ago
parent 7d0430d46a
commit 732074f5b2

@ -123,7 +123,8 @@ class GameMap extends React.Component {
<h1 id="gameMapTitle">Metaverse Map</h1>
<p id="gameMapText">
{this.props.unaboomersRadicalized} / {this.props.unaboomerMaxSupply} Unaboomers radicalized and ready to terrorize the metaverse. <br />
{this.props.unaboomersRadicalized - this.props.unaboomersKilled} Unaboomers active. This round will end and the project will fully start when {this.props.unaboomerMaxSurvivorCount} or less Unaboomers remain standing.<br />
{this.props.unaboomerMaxSupply - this.props.unaboomerMaxSurvivorCount} potential Unaboomers remain.<br />
This round will end and the project will fully start when {this.props.unaboomerMaxSurvivorCount} or less Unaboomers remain standing.<br />
</p>
{this.props.unaboomersRadicalized > 0 && (
<div id="gameStats">

Loading…
Cancel
Save