diff gamelib/constants.py @ 227:b9782f622006

Allow selling of broken fences.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 23:26:25 +0000
parents ab90040013a7
children dd1ffee5ccf5
line wrap: on
line diff
--- a/gamelib/constants.py	Fri Sep 04 23:20:40 2009 +0000
+++ b/gamelib/constants.py	Fri Sep 04 23:26:25 2009 +0000
@@ -34,6 +34,7 @@
 BUY_PRICE_FENCE = 50
 SELL_PRICE_FENCE = 25
 REPAIR_PRICE_FENCE = 25
+SELL_PRICE_BROKEN_FENCE = 5
 
 TOOL_SELL_CHICKEN = 1
 TOOL_SELL_EGG = 2