diff src/parpg/components/equip.py @ 127:90b49fda0340

saveable_fields property of components is now a List.
author KarstenBock@gmx.net
date Tue, 27 Sep 2011 16:27:36 +0200
parents 0ac4403404ea
children 3aff9dee1b4f
line wrap: on
line diff
--- a/src/parpg/components/equip.py	Tue Sep 27 16:05:07 2011 +0200
+++ b/src/parpg/components/equip.py	Tue Sep 27 16:27:36 2011 +0200
@@ -23,7 +23,7 @@
 
     @property
     def saveable_fields(self):
-        return {}
+        return []
 
 class SlotInvalidError(Exception):
     """Error that gets raised when the slot is invalid."""