diff behaviours/base.py @ 61:2727d6b78978

Implemented creation of dynamic entities.
author KarstenBock@gmx.net
date Sun, 18 Sep 2011 16:26:12 +0200
parents 3f6299f975fe
children a9cc5559ec2a
line wrap: on
line diff
--- a/behaviours/base.py	Sun Sep 18 16:07:07 2011 +0200
+++ b/behaviours/base.py	Sun Sep 18 16:26:12 2011 +0200
@@ -59,7 +59,6 @@
     def idle(self):
         """@return: None"""
         self.state = _AGENT_STATE_IDLE
-        self.agent.act('stand', self.agent.getFacingLocation())       
         
     def onInstanceActionFinished(self, instance, action):
         """@type instance: ???