changeset 260:8cad2a0ded67

Add spider image to schematics
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 01:47:08 +0200
parents 3c11c3647197
children 2a658a2f5d3b
files gamelib/schematics.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/schematics.py	Sun May 13 01:42:13 2012 +0200
+++ b/gamelib/schematics.py	Sun May 13 01:47:08 2012 +0200
@@ -191,6 +191,7 @@
         (research.Biogenetics, 3),
         (research.Physics, 2),
         )
+    IMAGE_NAME = 'schematics/spider'
 
     BASE_POWER = 22
     POWER_INCREMENT = 2