Fixing Pop All Normal wrinkler tooltip

This commit is contained in:
Tom
2021-06-16 21:32:23 -04:00
parent 23eb28e29c
commit 1905f9a953
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ export default function CreateWrinklerButtons() {
};
popAllA.onmouseover = function () {
Game.tooltip.dynamic = 1;
Game.tooltip.draw(this, () => CreateTooltip('wb', 'PopAll'), 'this');
Game.tooltip.draw(this, () => CreateTooltip('wb', 'PopAllNormal'), 'this');
Game.tooltip.wobble();
};
l('sectionLeftExtra').children[0].append(popAllA);