Mercurial > parpg-core
diff src/parpg/components/equipable.py @ 106:f3ace79da781
Removed image field from the equipable component.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 23 Sep 2011 12:58:32 +0200 |
parents | 7829eb185d6f |
children | 3564a46544bc |
line wrap: on
line diff
--- a/src/parpg/components/equipable.py Thu Sep 22 16:18:07 2011 +0200 +++ b/src/parpg/components/equipable.py Fri Sep 23 12:58:32 2011 +0200 @@ -19,4 +19,4 @@ """ def __init__(self): - Component.__init__(self, image=str, possible_slots=list, wearer=object, in_slot=str) \ No newline at end of file + Component.__init__(self, possible_slots=list, wearer=object, in_slot=str) \ No newline at end of file