diff src/parpg/behaviours/base.py @ 88:d89e88a90c9e

Implemented creation of dynamic entities.
author KarstenBock@gmx.net
date Sun, 18 Sep 2011 16:26:12 +0200
parents 9f8faf6e974d
children 9b5498e3bda0
line wrap: on
line diff
--- a/src/parpg/behaviours/base.py	Sun Sep 18 16:07:07 2011 +0200
+++ b/src/parpg/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: ???