Skip to content

Commit

Permalink
part -> opart because Chrome hates me
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmonkey committed Nov 10, 2019
1 parent 3ecc3d5 commit 754a441
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 414 deletions.
2 changes: 1 addition & 1 deletion js/app.Upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Upgrade = function(upgrade) {
this.upgrade = upgrade;
this.level = 0;
this.cost = 0;
this.part = upgrade.part || null;
this.opart = upgrade.opart || null;
this.erequires = upgrade.erequires || null;
this.ecost = upgrade.ecost || 0;
this.$el = $('<button class="upgrade">');
Expand Down
Loading

0 comments on commit 754a441

Please sign in to comment.