diff gamelib/constants.py @ 131:4527e09dc620

Add lumberjacks.
author Simon Cross <hodgestar@gmail.com>
date Wed, 02 Sep 2009 21:52:52 +0000
parents 7910b4e01dba
children 1d73de63bd71
line wrap: on
line diff
--- a/gamelib/constants.py	Wed Sep 02 21:40:47 2009 +0000
+++ b/gamelib/constants.py	Wed Sep 02 21:52:52 2009 +0000
@@ -29,6 +29,7 @@
 STARTING_CASH = 1000
 SELL_PRICE_CHICKEN = 10
 SELL_PRICE_DEAD_FOX = 5
+LOGGING_PRICE = 50
 BUY_PRICE_FENCE = 50
 SELL_PRICE_FENCE = 25
 REPAIR_PRICE_FENCE = 25
@@ -38,3 +39,4 @@
 TOOL_SELL_BUILDING = 3
 TOOL_BUY_FENCE = 4
 TOOL_PLACE_ANIMALS = 5
+TOOL_LOGGING = 6