You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updateStatisticUpgrades();// we don't run createStatistic() here and instead run this so that the order shown in the upgrades menu is correct
140
+
Handlers.UPGRADE.updateStatisticUpgrades();// we don't run createStatistic() here and instead run this so that the order shown in the upgrades menu is correct
159
141
}
160
142
161
143
hovered(statistic: boolean=false){// todo: this is very similar to Building.hovered
@@ -185,13 +167,10 @@ export class Upgrade {
185
167
}
186
168
}
187
169
188
-
destroy(){
189
-
this.html.remove();
190
-
hideTooltip();// hide the tooltip so it doesn't stick around after you buy the upgrade
0 commit comments