changeset 204:8d90a63895dd

fix typo
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 18:59:34 +0200
parents 4159e34d7310
children d8b0f07a6dbe
files gamelib/schematics.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/schematics.py	Sat May 12 18:17:53 2012 +0200
+++ b/gamelib/schematics.py	Sat May 12 18:59:34 2012 +0200
@@ -382,7 +382,7 @@
 class Android(Schematic):
     NAME = "Lifelike Android"
     COST = 50 * K
-    CATEGORIS = (cat.INTELLIGENCE, cat.AI, cat.CLONE)
+    CATEGORIES = (cat.INTELLIGENCE, cat.AI, cat.CLONE, cat.SPY)
     PREREQUISITES = (
         (research.ArtificialIntelligence, 5),
         (research.Robotics, 5),