Mercurial > parpg-core
view src/parpg/components/__init__.py @ 80:84d03dc70904
Added code that checks if the object is the player so certain actions (talk, attack) will not appear in the menu.
author | KarstenBock@gmx.net |
---|---|
date | Thu, 08 Sep 2011 18:36:40 +0200 |
parents | 2265d69ba57c |
children | b764229a0fad |
line wrap: on
line source
from Behavior import Behavior 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