Mercurial > parpg-source
diff components/equipable.py @ 75:9e03f7816061
(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 | 1b1ab906e76e |
children | 4cf150131139 |
line wrap: on
line diff
--- a/components/equipable.py Thu Sep 22 14:39:00 2011 +0200 +++ b/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