diff --git a/js/achievements.js b/js/achievements.js index 8879c69..76ad333 100644 --- a/js/achievements.js +++ b/js/achievements.js @@ -74,8 +74,6 @@ var achievements = achievements[type][subtype] >= achievements.list[i].threshold ) { - //console.log(achievements.list[i].threshold, achievements[type][subtype]); - achievements.list[i].completed = true; achievements.displayAchievement(i); } diff --git a/json/achievements.json b/json/achievements.json index 3c4b85d..cd2242a 100644 --- a/json/achievements.json +++ b/json/achievements.json @@ -151,13 +151,6 @@ "target": "data", "threshold": 10000000000 }, - { - "description": "10.0B data collected!", - "icon": "glyphicon-hdd", - "type": "count", - "target": "data", - "threshold": 10000000000 - }, { "description": "JTN 100 funding gathered!", @@ -194,13 +187,6 @@ "target": "money", "threshold": 10000000000 }, - { - "description": "JTN 10.0B funding gathered!", - "icon": "glyphicon-usd", - "type": "count", - "target": "money", - "threshold": 10000000000 - }, { @@ -238,13 +224,6 @@ "target": "dataSpent", "threshold": 10000000000 }, - { - "description": "10.0B data processed!", - "icon": "glyphicon-hdd", - "type": "count", - "target": "dataSpent", - "threshold": 10000000000 - }, { "description": "JTN 100 funding spent in HR department!", @@ -281,13 +260,6 @@ "target": "moneyWorkers", "threshold": 10000000000 }, - { - "description": "JTN 10.0B funding spent in HR department!", - "icon": "glyphicon-usd", - "type": "count", - "target": "moneyWorkers", - "threshold": 10000000000 - }, { "description": "JTN 100 funding spent for upgrades!", @@ -316,19 +288,5 @@ "type": "count", "target": "moneyUpgrades", "threshold": 100000000 - }, - { - "description": "JTN 10.0B funding spent for upgrades!", - "icon": "glyphicon-usd", - "type": "count", - "target": "moneyUpgrades", - "threshold": 10000000000 - }, - { - "description": "JTN 10.0B funding spent for upgrades!", - "icon": "glyphicon-usd", - "type": "count", - "target": "moneyUpgrades", - "threshold": 10000000000 } ]