comparison 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
comparison
equal deleted inserted replaced
226:86a6d9e360dd 227:b9782f622006
32 SELL_PRICE_DEAD_FOX = 15 32 SELL_PRICE_DEAD_FOX = 15
33 LOGGING_PRICE = 50 33 LOGGING_PRICE = 50
34 BUY_PRICE_FENCE = 50 34 BUY_PRICE_FENCE = 50
35 SELL_PRICE_FENCE = 25 35 SELL_PRICE_FENCE = 25
36 REPAIR_PRICE_FENCE = 25 36 REPAIR_PRICE_FENCE = 25
37 SELL_PRICE_BROKEN_FENCE = 5
37 38
38 TOOL_SELL_CHICKEN = 1 39 TOOL_SELL_CHICKEN = 1
39 TOOL_SELL_EGG = 2 40 TOOL_SELL_EGG = 2
40 TOOL_SELL_BUILDING = 3 41 TOOL_SELL_BUILDING = 3
41 TOOL_BUY_FENCE = 4 42 TOOL_BUY_FENCE = 4