comparison 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
comparison
equal deleted inserted replaced
76:615a5afaf1a4 77:65958516c7d9
21 21
22 STARTING_CASH = 1000 22 STARTING_CASH = 1000
23 SELL_PRICE_CHICKEN = 10 23 SELL_PRICE_CHICKEN = 10
24 BUY_PRICE_FENCE = 50 24 BUY_PRICE_FENCE = 50
25 SELL_PRICE_FENCE = 25 25 SELL_PRICE_FENCE = 25
26 REPAIR_PRICE_FENCE = 25
26 27
27 TOOL_SELL_CHICKEN = 1 28 TOOL_SELL_CHICKEN = 1
28 TOOL_SELL_EGG = 2 29 TOOL_SELL_EGG = 2
29 TOOL_SELL_BUILDING = 3 30 TOOL_SELL_BUILDING = 3
30 TOOL_BUY_FENCE = 4 31 TOOL_BUY_FENCE = 4