# HG changeset patch # User Simon Cross # Date 1251743402 0 # Node ID 3a409e05860835e6298de33c86188c78cbd1d299 # Parent b8f64db0d39e059555346e0bc2c10a75c0547b83 Up starting cash and add henhouse price. diff -r b8f64db0d39e -r 3a409e058608 gamelib/constants.py --- 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