view skaapsteker/sprites/items.py @ 162:663bdac80299

Fix items, and stop the tea from looking like a monk.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 05 Apr 2011 23:35:55 +0200
parents e1dd3b785269
children 9d08f99b5ddf
line wrap: on
line source

from base import Item


class Dummy(Item):
    image_file = 'tealeaf.png'

    def setup(self, missions):
        self.missions = missions