diff gamelib/products.py @ 20:718d1ec382f7

Deserialise lab data.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 06 May 2012 18:12:51 +0200
parents 10d3db1f1e08
children 23720d0fd9a0
line wrap: on
line diff
--- a/gamelib/products.py	Sun May 06 17:39:38 2012 +0200
+++ b/gamelib/products.py	Sun May 06 18:12:51 2012 +0200
@@ -25,7 +25,7 @@
     COST = 100
     STARTING_PRODUCT = True
 
-    def __init__(self):
+    def __init__(self, points=0):
         self.points = 1
 
     def spend_point(self):