Mercurial > parpg-source
changeset 70:1b1ab906e76e
Renamed container to wearer in the equipable component.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 17:37:30 +0200 |
parents | c1959525efda |
children | 8f1edcab5602 |
files | components/equipable.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/components/equipable.py Wed Sep 21 17:32:36 2011 +0200 +++ b/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