diff --git a/src/template/Sections.jsx b/src/template/Sections.jsx index f4101fa..84449e1 100644 --- a/src/template/Sections.jsx +++ b/src/template/Sections.jsx @@ -123,7 +123,8 @@ class GameMap extends React.Component {
{this.props.unaboomersRadicalized} / {this.props.unaboomerMaxSupply} Unaboomers radicalized and ready to terrorize the metaverse.
- {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.
+ {this.props.unaboomerMaxSupply - this.props.unaboomerMaxSurvivorCount} potential Unaboomers remain.
+ This round will end and the project will fully start when {this.props.unaboomerMaxSurvivorCount} or less Unaboomers remain standing.