diff gamelib/gameboard.py @ 272:cade64404997

Use (wrecking) ball for smashing down trees.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 14:12:29 +0000
parents 31f5033eac70
children 678be1afc307
line wrap: on
line diff
--- a/gamelib/gameboard.py	Sat Sep 05 14:11:02 2009 +0000
+++ b/gamelib/gameboard.py	Sat Sep 05 14:12:29 2009 +0000
@@ -81,7 +81,7 @@
         self.add_tool_button("Move Hen", constants.TOOL_PLACE_ANIMALS,
                 None, cursors.cursors['select'])
         self.add_tool_button("Cut Trees", constants.TOOL_LOGGING,
-                constants.LOGGING_PRICE)
+                constants.LOGGING_PRICE, cursors.cursors['ball'])
         self.add_spacer(20)
 
         self.add_heading("Sell ...")