diff gamelib/engine.py @ 539:f4d1b9ff9558

Lumberjacks only wander off when their work is done.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 28 Nov 2009 09:52:08 +0000
parents c23e2bd07247
children 450de9dfa106
line wrap: on
line diff
--- a/gamelib/engine.py	Sat Nov 28 08:59:00 2009 +0000
+++ b/gamelib/engine.py	Sat Nov 28 09:52:08 2009 +0000
@@ -193,8 +193,6 @@
 
         sound.play_sound("nightfall.ogg")
 
-        self.game.gameboard.chickens_scatter()
-        self.game.gameboard.chickens_chop_wood()
         # Add a timer to the event queue
         self.cycle_count = 0
         self.cycle_time = SLOW__SPEED