# HG changeset patch # User Neil Muller # Date 1336865456 -7200 # Node ID 44a09802fff47daef3a0184e398a005641a8fe0f # Parent b4265025d7bed0d9b7c408253ec70a88f9cd4d2f More schematic images diff -r b4265025d7be -r 44a09802fff4 gamelib/schematics.py --- a/gamelib/schematics.py Sun May 13 01:30:45 2012 +0200 +++ b/gamelib/schematics.py Sun May 13 01:30:56 2012 +0200 @@ -273,6 +273,7 @@ PREREQUISITES = ( (research.Robotics, 3), ) + IMAGE_NAME = 'schematics/eye' BASE_POWER = 25 POWER_INCREMENT = 5 @@ -286,6 +287,7 @@ (research.Rocketry, 5), (research.Space, 1), ) + IMAGE_NAME = 'schematics/eye' BASE_POWER = 250 POWER_INCREMENT = 50