Added title option for pinned tabs to only highlight on Golden Cookie/Season Popup spawns (Issue #44 part 2) and minor bug fixes

This commit is contained in:
Aktanusa
2016-03-24 22:13:39 -04:00
parent 3adf65f766
commit 57ab55a2c1
6 changed files with 140 additions and 20 deletions

View File

@@ -359,7 +359,7 @@ CM.Sim.BuyBuildings = function(amount, target) {
CM.Cache[target][i] = {};
CM.Cache[target][i].bonus = CM.Sim.cookiesPs - Game.cookiesPs;
if (amount != 1) {
CM.Cache[target][i].price = CM.Sim.BuildingGetPrice(Game.Objects[i].basePrice, Game.Objects[i].amount, Game.Objects[i].free, amount);
CM.Cache.DoRemakeBuildPrices = 1;
}
}
}