# HG changeset patch # User Neil Muller # Date 1336845118 -7200 # Node ID f9426f6cebf45f017cdf200e80e6f1efcbae84f2 # Parent ed25c335fd6766175af12ba0e3ab158364259266 Fix bug diff -r ed25c335fd67 -r f9426f6cebf4 gamelib/schematics.py --- 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),