Skip to content

Commit

Permalink
Fix bug in Upgrades. They didnt give a status on buy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdungs committed Dec 12, 2014
1 parent 3c88f5d commit 33d7a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/gameobjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ var GameObjects = (function() {
}
this.state.used = true; // How about actually REMOVING used upgrades?
this.state.visible = false;
return this.cost;
}
return -1;
};


Expand Down

0 comments on commit 33d7a0b

Please sign in to comment.