diff gamelib/schematics.py @ 145:53277724645b

Science button juggling.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 11 May 2012 14:58:00 +0200
parents 8e64bbd561bd
children 2587f8c34f84
line wrap: on
line diff
--- a/gamelib/schematics.py	Fri May 11 10:15:40 2012 +0200
+++ b/gamelib/schematics.py	Fri May 11 14:58:00 2012 +0200
@@ -41,6 +41,9 @@
     BASE_POWER = None
     POWER_INCREMENT = None
 
+    # FIXME: Icons for equipment.
+    IMAGE_NAME = "physics"
+
     def can_spend(self, lab, spend):
         extra = self.UPGRADE_REQUIREMENT * self.points + spend
         return lab.meet_requirements(self, extra)