diff components/equip.py @ 63:e5acfeca9bc9

Added equipable component.
author KarstenBock@gmx.net
date Wed, 21 Sep 2011 15:25:32 +0200
parents b8f421f74280
children b73050f98411
line wrap: on
line diff
--- a/components/equip.py	Wed Sep 21 15:05:12 2011 +0200
+++ b/components/equip.py	Wed Sep 21 15:25:32 2011 +0200
@@ -19,4 +19,4 @@
     """
     
     def __init__(self):
-        Component.__init__(self, head=str, body=str, leg=str, feet=str, l_arm=str, r_arm=str)
\ No newline at end of file
+        Component.__init__(self, head=object, body=object, leg=object, feet=object, l_arm=object, r_arm=object)
\ No newline at end of file