diff gamelib/constants.py @ 66:edc15ce8fa30

Implement fence selling (a bit hackish, but fine for now).
author Simon Cross <hodgestar@gmail.com>
date Mon, 31 Aug 2009 20:57:20 +0000
parents 99fbb652ce8d
children 65958516c7d9
line wrap: on
line diff
--- a/gamelib/constants.py	Mon Aug 31 20:44:00 2009 +0000
+++ b/gamelib/constants.py	Mon Aug 31 20:57:20 2009 +0000
@@ -22,6 +22,7 @@
 STARTING_CASH = 1000
 SELL_PRICE_CHICKEN = 10
 BUY_PRICE_FENCE = 50
+SELL_PRICE_FENCE = 25
 
 TOOL_SELL_CHICKEN = 1
 TOOL_SELL_EGG = 2