diff 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
line wrap: on
line diff
--- a/gamelib/constants.py	Thu Sep 03 22:22:57 2009 +0000
+++ b/gamelib/constants.py	Thu Sep 03 22:34:26 2009 +0000
@@ -41,6 +41,7 @@
 TOOL_BUY_FENCE = 4
 TOOL_PLACE_ANIMALS = 5
 TOOL_LOGGING = 6
+TOOL_SELL_EQUIPMENT = 7
 
 NIGHT_LENGTH = 150
 TURN_LIMIT = 14