Mercurial > parpg-core
comparison src/parpg/components/equipable.py @ 105:7829eb185d6f
(Re)added setting of inventory and equipment in the object files.
author | KarstenBock@gmx.net |
---|---|
date | Thu, 22 Sep 2011 16:18:07 +0200 |
parents | c045f97b7dbc |
children | f3ace79da781 |
comparison
equal
deleted
inserted
replaced
104:de741e83a422 | 105:7829eb185d6f |
---|---|
17 """ | 17 """ |
18 Component that stores the data for an entity that can be equipped. | 18 Component that stores the data for an entity that can be equipped. |
19 """ | 19 """ |
20 | 20 |
21 def __init__(self): | 21 def __init__(self): |
22 Component.__init__(self, possible_slots=list, wearer=object, in_slot=str) | 22 Component.__init__(self, image=str, possible_slots=list, wearer=object, in_slot=str) |