Skip to content

Commit

Permalink
not hot water
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelzor committed Sep 30, 2012
1 parent 131c356 commit 83d398f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/src/js/Boiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function CrappyBoiler() {
function BetterBoiler() {
this.name = "Condensing Boiler";
this.upgradeTitle = "Upgrade to " + this.name;
this.description = "Condensing hot water heaters are the most energy-efficient tank-style water heater and thus cost less to operate. A condensing hot water heater recaptures the heat of the flue gases that normally get vented out, so less heat is lost out of the tank";
this.description = "A condensing boiler recaptures the heat of the flue gases that normally get vented out, so less heat is wasted";
this.upgrades = function () {
return [ [new OffBoiler(this), {}] ];
};
Expand All @@ -66,4 +66,4 @@ function BetterBoiler() {
};
};
this.state = {name: "good", description: ""};
}
}

0 comments on commit 83d398f

Please sign in to comment.