Skip to content

Commit

Permalink
bug swat
Browse files Browse the repository at this point in the history
  • Loading branch information
lemming552 committed Dec 4, 2013
1 parent b8cb0ef commit ac1b809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions essentia.js
Expand Up @@ -295,7 +295,7 @@ if (typeof YAHOO.lacuna.Essentia == "undefined" || !YAHOO.lacuna.Essentia) {
this.updateTime(this.timeBuilding, results.building_boost);
}
else if(results.spy_training_boost) {
this.updateTime(this.timeBuilding, results.spy_training_boost);
this.updateTime(this.timeSpyTraining, results.spy_training_boost);
}
},
populate : function(results) {
Expand All @@ -308,7 +308,7 @@ if (typeof YAHOO.lacuna.Essentia == "undefined" || !YAHOO.lacuna.Essentia) {
this.updateTime(this.timeHappiness, boosts.happiness);
this.updateTime(this.timeStorage, boosts.storage);
this.updateTime(this.timeBuilding, boosts.building);
this.updateTime(this.timeBuilding, boosts.spy_training);
this.updateTime(this.timeSpyTraining, boosts.spy_training);
},
updateTime : function(el, sDate) {
var timers = this.timers;
Expand Down

0 comments on commit ac1b809

Please sign in to comment.