diff --git a/src/js/utilsPC.js b/src/js/utilsPC.js index 282c0193d2c97bc7ceeb6481e9b0a40e5510c524..bc073a181b5a6377ac5c77bb3fe096c0bbd15eff 100644 --- a/src/js/utilsPC.js +++ b/src/js/utilsPC.js @@ -53,6 +53,7 @@ globalThis.PCTitle = function() { const titles = []; let title = PlayerName(); + titles.push(title); if (V.cheater === 1) { titles.push(`${title} the Cheater`); } else if (V.arcologies[0].FSRestart > 10) { @@ -590,7 +591,7 @@ globalThis.PCTitle = function() { titles.push("owner of the arcology"); } - return title + toSentence(titles); + return toSentence(titles); }; /**