diff components/equipable.py @ 76:4cf150131139

Removed image field from the equipable component.
author KarstenBock@gmx.net
date Fri, 23 Sep 2011 12:58:32 +0200
parents 9e03f7816061
children 939984cff702
line wrap: on
line diff
--- a/components/equipable.py	Thu Sep 22 16:18:07 2011 +0200
+++ b/components/equipable.py	Fri Sep 23 12:58:32 2011 +0200
@@ -19,4 +19,4 @@
     """
     
     def __init__(self):
-        Component.__init__(self, image=str, possible_slots=list, wearer=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