Mercurial > parpg-source
diff components/containable.py @ 21:def430d59281
Fixed bug in components
author | KarstenBock@gmx.net |
---|---|
date | Thu, 01 Sep 2011 23:26:02 +0200 |
parents | 16c959864d41 |
children | ff3e395abf91 |
line wrap: on
line diff
--- a/components/containable.py Wed Aug 10 21:08:48 2011 +0200 +++ b/components/containable.py Thu Sep 01 23:26:02 2011 +0200 @@ -18,4 +18,4 @@ def __init__(self): """Constructor""" - Component.__init__(bulk=int, weight=int, image=str, container=object) + Component.__init__(self, bulk=int, weight=int, image=str, container=object, slot=int)