osanseviero commited on
Commit
57ca517
·
1 Parent(s): 4932f7d

Upload projects.js

Browse files
Files changed (1) hide show
  1. projects.js +2 -2
projects.js CHANGED
@@ -158,7 +158,7 @@ projects.push(project6);
158
 
159
  var project7 = {
160
  id: "projectButton7",
161
- title: "Improved Conferences organization ",
162
  priceTag: "(1,750 GPU hours)",
163
  description: "50% more papers from every conference",
164
  trigger: function(){return wirePurchase >= 1},
@@ -170,7 +170,7 @@ var project7 = {
170
  project7.flag = 1;
171
  standardOps = standardOps - 1750;
172
  wireSupply = wireSupply * 1.5;
173
- displayMessage("Conferences improved, "+wireSupply.toLocaleString()+" papers supply from every conference");
174
  project7.element.parentNode.removeChild(project7.element);
175
  var index = activeProjects.indexOf(project7);
176
  activeProjects.splice(index, 1);
 
158
 
159
  var project7 = {
160
  id: "projectButton7",
161
+ title: "Schmidhubered ",
162
  priceTag: "(1,750 GPU hours)",
163
  description: "50% more papers from every conference",
164
  trigger: function(){return wirePurchase >= 1},
 
170
  project7.flag = 1;
171
  standardOps = standardOps - 1750;
172
  wireSupply = wireSupply * 1.5;
173
+ displayMessage("Schmidhubered! Schmidhuber discovered a paper that did the same 50 years ago. "+wireSupply.toLocaleString()+" papers supply from every conference");
174
  project7.element.parentNode.removeChild(project7.element);
175
  var index = activeProjects.indexOf(project7);
176
  activeProjects.splice(index, 1);