From 5f943c889b5ff3529e0ad68e5b56aec03ac5b433 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Fri, 12 Dec 2014 11:37:13 +0100 Subject: [PATCH] Remove cheat research. --- json/research.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/json/research.json b/json/research.json index acf5f00..90a5da3 100644 --- a/json/research.json +++ b/json/research.json @@ -142,18 +142,4 @@ "info_levels": [ 1, 5, 10, 25 ] } }, - { - "key": "research-cheat", - "name": "Cheat++", - "description": "Just for development.", - "cost_increase": 1.0, - "image": "assets/icons/png/Xi_b.png", - "info": "", - "state": { - "reputation": 10000000000, - "cost": 1, - "info_levels": [ 1, 5, 10, 25 ] - } - } - ]