We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b12d0 commit 166e477Copy full SHA for 166e477
objects.js
@@ -4966,6 +4966,7 @@ var u2Mutations = {
4966
var cost = getNextTalentCost();
4967
if (cost == -1) return "";
4968
if (game.global.essence >= cost) return ' <span class="alert badge">!</span> ';
4969
+ return "";
4970
},
4971
toggleRespec: function(displayOnly, forceHide){
4972
var mutRespecBtn = document.getElementById('respecMutatorsBtn');
0 commit comments