[beta] Used a better fix on missing boxes on upgrades

This commit is contained in:
Aktanusa
2015-12-28 11:11:15 -05:00
parent e6c1117a11
commit 93ffc9d67b

View File

@@ -2017,7 +2017,7 @@ CM.ReplaceNative = function() {
Game.RebuildUpgrades = function() {
CM.Backup.RebuildUpgrades();
CM.Disp.AddTooltipUpgrade();
CM.Sim.DoSims = 1;
Game.recalculateGains = 1;
}
CM.Backup.UpdateMenu = Game.UpdateMenu;