diff gamelib/products.py @ 24:23720d0fd9a0

Make SCIENCE_TYPE explicit.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 06 May 2012 19:17:04 +0200
parents 718d1ec382f7
children 00aff02bc6fc
line wrap: on
line diff
--- a/gamelib/products.py	Sun May 06 19:06:28 2012 +0200
+++ b/gamelib/products.py	Sun May 06 19:17:04 2012 +0200
@@ -8,6 +8,7 @@
     COST = 0
     UPGRADE_REQUIREMENT = 1
     STARTING_PRODUCT = False
+    SCIENCE_TYPE = 'product'
 
     def __init__(self, points=0):
         self.points = points