changeset 489:463a8d60c73e engine_refactor

Item uses InteractMixin, but currently overrides everything in it.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 13:27:29 +0200
parents d8087848722d
children 2e784f978d1a
files gamelib/state.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/state.py	Sun Aug 29 13:15:14 2010 +0200
+++ b/gamelib/state.py	Sun Aug 29 13:27:29 2010 +0200
@@ -499,7 +499,7 @@
                             rect.inflate(1, 1), 1)
 
 
-class Item(object):
+class Item(InteractiveMixin):
     """Base class for inventory items."""
 
     # image for inventory