changeset 208:f9426f6cebf4

Fix bug
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 19:51:58 +0200
parents ed25c335fd67
children 5ca97ed09738
files gamelib/schematics.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/schematics.py	Sat May 12 19:50:53 2012 +0200
+++ b/gamelib/schematics.py	Sat May 12 19:51:58 2012 +0200
@@ -382,7 +382,7 @@
 class Android(Schematic):
     NAME = "Lifelike Android"
     COST = 50 * K
-    CATEGORIES = (cat.INTELLIGENCE, cat.AI, cat.CLONE, cat.SPY)
+    CATEGORIES = (cat.INTELLIGENCE, cat.AI, cat.CLONE)
     PREREQUISITES = (
         (research.ArtificialIntelligence, 5),
         (research.Robotics, 5),