comparison gamelib/constants.py @ 393:8104e82afd7a

Remove some unused constants
author Neil Muller <drnlmuller@gmail.com>
date Wed, 11 Nov 2009 16:17:02 +0000
parents 463802281182
children 532f1ea476ff
comparison
equal deleted inserted replaced
392:bb75979b58e6 393:8104e82afd7a
36 DEFAULT_MAX_FOXES = 50 36 DEFAULT_MAX_FOXES = 50
37 37
38 # Game constants, still to be made configurable 38 # Game constants, still to be made configurable
39 39
40 LOGGING_PRICE = 50 40 LOGGING_PRICE = 50
41 BUY_PRICE_FENCE = 50
42 SELL_PRICE_FENCE = 25
43 REPAIR_PRICE_FENCE = 25
44 SELL_PRICE_BROKEN_FENCE = 5
45 41
46 # Toolbar constants 42 # Toolbar constants
47 43
48 TOOL_SELL_CHICKEN = 1 44 TOOL_SELL_CHICKEN = 1
49 TOOL_SELL_EGG = 2 45 TOOL_SELL_EGG = 2