diff gamelib/constants.py @ 77:65958516c7d9

Implement separate fence repair cost (currently 25 groats).
author Simon Cross <hodgestar@gmail.com>
date Tue, 01 Sep 2009 10:40:57 +0000
parents edc15ce8fa30
children ad9d1bc7ef0c
line wrap: on
line diff
--- a/gamelib/constants.py	Tue Sep 01 10:15:21 2009 +0000
+++ b/gamelib/constants.py	Tue Sep 01 10:40:57 2009 +0000
@@ -23,6 +23,7 @@
 SELL_PRICE_CHICKEN = 10
 BUY_PRICE_FENCE = 50
 SELL_PRICE_FENCE = 25
+REPAIR_PRICE_FENCE = 25
 
 TOOL_SELL_CHICKEN = 1
 TOOL_SELL_EGG = 2