Mercurial > parpg-source
view components/__init__.py @ 72:783dc57eca7c
Fixed old equipable values not reset when equippin another equipable in its slot.
Added Exceptions for the Equip components.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 19:51:37 +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