|
|
@ -123,7 +123,8 @@ class GameMap extends React.Component {
|
|
|
|
<h1 id="gameMapTitle">Metaverse Map</h1>
|
|
|
|
<h1 id="gameMapTitle">Metaverse Map</h1>
|
|
|
|
<p id="gameMapText">
|
|
|
|
<p id="gameMapText">
|
|
|
|
{this.props.unaboomersRadicalized} / {this.props.unaboomerMaxSupply} Unaboomers radicalized and ready to terrorize the metaverse. <br />
|
|
|
|
{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>
|
|
|
|
</p>
|
|
|
|
{this.props.unaboomersRadicalized > 0 && (
|
|
|
|
{this.props.unaboomersRadicalized > 0 && (
|
|
|
|
<div id="gameStats">
|
|
|
|
<div id="gameStats">
|
|
|
|