Mercurial > parpg-core
diff src/parpg/components/containable.py @ 43:1cc037593517
Fixed bug in components
author | KarstenBock@gmx.net |
---|---|
date | Thu, 01 Sep 2011 23:26:02 +0200 |
parents | 74f09d6417f4 |
children | 96af64cf3b81 |
line wrap: on
line diff
--- a/src/parpg/components/containable.py Wed Aug 10 21:08:48 2011 +0200 +++ b/src/parpg/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)