comparison 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
comparison
equal deleted inserted replaced
161:134ed5e026ae 162:663bdac80299
1 from base import Item 1 from base import Item
2 2
3 3
4 class Dummy(Item): 4 class Dummy(Item):
5 image_file = 'monk/monk.png' 5 image_file = 'tealeaf.png'
6 6
7 def setup(self, missions): 7 def setup(self, missions):
8 self.missions = missions 8 self.missions = missions