diff src/parpg/components/containable.py @ 89:b5619032c521

Added item_type attribute to the containable component.
author KarstenBock@gmx.net
date Wed, 21 Sep 2011 15:05:12 +0200
parents 96af64cf3b81
children 0f659c7675f6
line wrap: on
line diff
--- a/src/parpg/components/containable.py	Sun Sep 18 16:26:12 2011 +0200
+++ b/src/parpg/components/containable.py	Wed Sep 21 15:05:12 2011 +0200
@@ -18,4 +18,4 @@
     
     def __init__(self):
         """Constructor"""
-        Component.__init__(self, bulk=int, weight=int, image=str, container=object, slot=int)
+        Component.__init__(self, bulk=int, weight=int, item_type=str, image=str, container=object, slot=int)