comparison 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
comparison
equal deleted inserted replaced
207:ed25c335fd67 208:f9426f6cebf4
380 380
381 381
382 class Android(Schematic): 382 class Android(Schematic):
383 NAME = "Lifelike Android" 383 NAME = "Lifelike Android"
384 COST = 50 * K 384 COST = 50 * K
385 CATEGORIES = (cat.INTELLIGENCE, cat.AI, cat.CLONE, cat.SPY) 385 CATEGORIES = (cat.INTELLIGENCE, cat.AI, cat.CLONE)
386 PREREQUISITES = ( 386 PREREQUISITES = (
387 (research.ArtificialIntelligence, 5), 387 (research.ArtificialIntelligence, 5),
388 (research.Robotics, 5), 388 (research.Robotics, 5),
389 ) 389 )
390 390