Mercurial > parpg-source
diff components/equipable.py @ 70:1b1ab906e76e
Renamed container to wearer in the equipable component.
author | KarstenBock@gmx.net |
---|---|
date | Wed, 21 Sep 2011 17:37:30 +0200 |
parents | e856b604b650 |
children | 9e03f7816061 |
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