comparison src/parpg/world.py @ 67:2265d69ba57c

Renamed dialog to dialogue
author KarstenBock@gmx.net
date Tue, 06 Sep 2011 14:37:54 +0200
parents 96af64cf3b81
children 4934b62e0e48
comparison
equal deleted inserted replaced
66:96af64cf3b81 67:2265d69ba57c
14 self.components.behaviour = components.Behavior() 14 self.components.behaviour = components.Behavior()
15 self.components.characterstats = components.CharacterStatistics() 15 self.components.characterstats = components.CharacterStatistics()
16 self.components.containable = components.Containable() 16 self.components.containable = components.Containable()
17 self.components.container = components.Container() 17 self.components.container = components.Container()
18 self.components.description = components.Description() 18 self.components.description = components.Description()
19 self.components.dialog = components.Dialog() 19 self.components.dialogue = components.Dialogue()
20 self.components.fifeagent = components.FifeAgent() 20 self.components.fifeagent = components.FifeAgent()
21 self.components.lockable = components.Lockable() 21 self.components.lockable = components.Lockable()
22 self.components.usable = components.Usable() 22 self.components.usable = components.Usable()
23 23
24 def pump(self, dt): 24 def pump(self, dt):