comparison gamelib/constants.py @ 378:71f5897ac5ef

Fences are now buildings, with appropriate (but ugly) UI changes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 24 Oct 2009 19:08:54 +0000
parents 6baf8b5beb5c
children 403250da36ef
comparison
equal deleted inserted replaced
377:0dc9d17c689e 378:71f5897ac5ef
37 SELL_PRICE_BROKEN_FENCE = 5 37 SELL_PRICE_BROKEN_FENCE = 5
38 38
39 TOOL_SELL_CHICKEN = 1 39 TOOL_SELL_CHICKEN = 1
40 TOOL_SELL_EGG = 2 40 TOOL_SELL_EGG = 2
41 TOOL_SELL_BUILDING = 3 41 TOOL_SELL_BUILDING = 3
42 TOOL_BUY_FENCE = 4 42 TOOL_REPAIR_BUILDING = 4
43 TOOL_PLACE_ANIMALS = 5 43 TOOL_PLACE_ANIMALS = 5
44 TOOL_LOGGING = 6 44 TOOL_LOGGING = 6
45 TOOL_SELL_EQUIPMENT = 7 45 TOOL_SELL_EQUIPMENT = 7
46 46
47 NIGHT_LENGTH = 150 47 NIGHT_LENGTH = 150