Mercurial > parpg-core
diff 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 |
line wrap: on
line diff
--- a/src/parpg/components/equipable.py Thu Sep 22 14:39:00 2011 +0200 +++ b/src/parpg/components/equipable.py Thu Sep 22 16:18:07 2011 +0200 @@ -19,4 +19,4 @@ """ def __init__(self): - Component.__init__(self, possible_slots=list, wearer=object, in_slot=str) \ No newline at end of file + Component.__init__(self, image=str, possible_slots=list, wearer=object, in_slot=str) \ No newline at end of file