comparison gamelib/constants.py @ 164:ab90040013a7

Implement equipment selling.
author Simon Cross <hodgestar@gmail.com>
date Thu, 03 Sep 2009 22:34:26 +0000
parents baf857805867
children b9782f622006
comparison
equal deleted inserted replaced
163:0d6e23dcd3af 164:ab90040013a7
39 TOOL_SELL_EGG = 2 39 TOOL_SELL_EGG = 2
40 TOOL_SELL_BUILDING = 3 40 TOOL_SELL_BUILDING = 3
41 TOOL_BUY_FENCE = 4 41 TOOL_BUY_FENCE = 4
42 TOOL_PLACE_ANIMALS = 5 42 TOOL_PLACE_ANIMALS = 5
43 TOOL_LOGGING = 6 43 TOOL_LOGGING = 6
44 TOOL_SELL_EQUIPMENT = 7
44 45
45 NIGHT_LENGTH = 150 46 NIGHT_LENGTH = 150
46 TURN_LIMIT = 14 47 TURN_LIMIT = 14