Fixed to work with Version 2.016 of Cookie Clicker (Issue #224 & #225)

This commit is contained in:
Aktanusa
2018-10-27 20:37:27 -04:00
parent cd3061f2c4
commit 4a8c59a3e6
3 changed files with 32 additions and 40 deletions

View File

@@ -1665,7 +1665,7 @@ CM.Disp.Tooltip = function(type, name) {
}
else if (type == 'u') {
if (!Game.UpgradesInStore[name]) return '';
l('tooltip').innerHTML = Game.crate(Game.UpgradesInStore[name], 'store', undefined, undefined, 1)();
l('tooltip').innerHTML = Game.crateTooltip(Game.UpgradesInStore[name], 'store');
}
else { // Grimoire
l('tooltip').innerHTML = Game.Objects['Wizard tower'].minigame.spellTooltip(name)();