Mercurial > parpg-source
view components/__init__.py @ 81:28561412c7e7
Fixed bug in "getItemActions" when the Entity has a change_map component.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 23 Sep 2011 14:18:42 +0200 |
parents | 1a450a764817 |
children | a9cc5559ec2a |
line wrap: on
line source
from CharacterStatistics import CharacterStatistics from containable import Containable from container import Container from description import Description from dialogue import Dialogue from fifeagent import FifeAgent from lockable import Lockable from usable import Usable from change_map import ChangeMap from equipable import Equipable from equip import Equip