Mercurial > parpg-core
diff src/parpg/components/equipable.py @ 99:c045f97b7dbc
Renamed container to wearer in the equipable component.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 17:37:30 +0200 |
parents | 0f659c7675f6 |
children | 7829eb185d6f |
line wrap: on
line diff
--- a/src/parpg/components/equipable.py Wed Sep 21 17:32:36 2011 +0200 +++ b/src/parpg/components/equipable.py Wed Sep 21 17:37:30 2011 +0200 @@ -19,4 +19,4 @@ """ def __init__(self): - Component.__init__(self, possible_slots=list, container=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