Remove unecessary stuff.

This commit is contained in:
Kevin Dungs
2014-08-03 02:03:03 +02:00
parent ceb2db664f
commit 74aadca97d
+1 -3
View File
@@ -49,7 +49,7 @@
};
var research = loadJsonFile('json/research.json');
research.map(function(item) { // define additional stuff on the objects
research.map(function(item) {
item.level = 0;
item.is_visible = function() {
return this.level > 0 || lab.data >= this.cost * .7;
@@ -188,5 +188,3 @@
this.upgrades = upgrades;
});
})();