changeset 256:44a09802fff4

More schematic images
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 01:30:56 +0200
parents b4265025d7be
children c949ac17cfd9
files gamelib/schematics.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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