diff gamelib/constants.py @ 569:3ec614e6fd4a

Replace monolithic sell equipment tool with a tool for each type of equipment.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 19:59:46 +0000
parents a8dde729000a
children
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Nov 28 19:37:08 2009 +0000
+++ b/gamelib/constants.py	Sat Nov 28 19:59:46 2009 +0000
@@ -56,9 +56,6 @@
 TOOL_REPAIR_BUILDING = 5
 TOOL_PLACE_ANIMALS = 6
 TOOL_LOGGING = 7
-TOOL_SELL_EQUIPMENT = 8
-TOOL_BUY_BUILDING = 9
-TOOL_BUY_EQUIPMENT = 10
 
 NIGHT_LENGTH = 150