diff gamelib/products.py @ 6:826b44731323

Start of basic lab implementation.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 06 May 2012 12:48:12 +0200
parents 6ab4f1ab9eab
children 9d61abb3cfaf
line wrap: on
line diff
--- a/gamelib/products.py	Sun May 06 12:36:34 2012 +0200
+++ b/gamelib/products.py	Sun May 06 12:48:12 2012 +0200
@@ -4,6 +4,7 @@
 class Product(object):
     NAME = None
     PREREQUISITES = ()
+    ACQUISITION_CHANCE = 0.8
 
     def __init__(self):
         self.points = 0