diff gamelib/schematics.py @ 208:f9426f6cebf4

Fix bug
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 19:51:58 +0200
parents 8d90a63895dd
children d378459567bb
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),