diff 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
line wrap: on
line diff
--- a/gamelib/constants.py	Tue Oct 13 20:35:05 2009 +0000
+++ b/gamelib/constants.py	Sat Oct 24 19:08:54 2009 +0000
@@ -39,7 +39,7 @@
 TOOL_SELL_CHICKEN = 1
 TOOL_SELL_EGG = 2
 TOOL_SELL_BUILDING = 3
-TOOL_BUY_FENCE = 4
+TOOL_REPAIR_BUILDING = 4
 TOOL_PLACE_ANIMALS = 5
 TOOL_LOGGING = 6
 TOOL_SELL_EQUIPMENT = 7