changeset 55:3a409e058608

Up starting cash and add henhouse price.
author Simon Cross <hodgestar@gmail.com>
date Mon, 31 Aug 2009 18:30:02 +0000
parents b8f64db0d39e
children 205789321a46
files gamelib/constants.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/constants.py	Mon Aug 31 17:56:13 2009 +0000
+++ b/gamelib/constants.py	Mon Aug 31 18:30:02 2009 +0000
@@ -19,9 +19,10 @@
 
 # Game constants
 
-STARTING_CASH = 100
+STARTING_CASH = 1000
 SELL_PRICE_CHICKEN = 10
 BUY_PRICE_FENCE = 50
+BUY_PRICE_HENHOUSE = 100
 
 TOOL_SELL_CHICKEN = 1
 TOOL_SELL_EGG = 2