diff gamelib/constants.py @ 105:7910b4e01dba

Add chicken moving tool and start of animal placement.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 18:10:52 +0000
parents 23a8b2e49e9f
children 4527e09dc620
line wrap: on
line diff
--- a/gamelib/constants.py	Wed Sep 02 18:09:57 2009 +0000
+++ b/gamelib/constants.py	Wed Sep 02 18:10:52 2009 +0000
@@ -37,3 +37,4 @@
 TOOL_SELL_EGG = 2
 TOOL_SELL_BUILDING = 3
 TOOL_BUY_FENCE = 4
+TOOL_PLACE_ANIMALS = 5