diff src/parpg/world.py @ 76:4934b62e0e48

Removed behaviour component. Behaviour is already stored in the fifeagent component.
author KarstenBock@gmx.net
date Thu, 08 Sep 2011 14:30:01 +0200
parents 2265d69ba57c
children c25c734bd2a7
line wrap: on
line diff
--- a/src/parpg/world.py	Thu Sep 08 14:20:31 2011 +0200
+++ b/src/parpg/world.py	Thu Sep 08 14:30:01 2011 +0200
@@ -11,7 +11,6 @@
         
     def configure(self):
         """Configure the game world's components, systems and renderers"""
-        self.components.behaviour = components.Behavior()
         self.components.characterstats = components.CharacterStatistics()
         self.components.containable = components.Containable()
         self.components.container = components.Container()