diff 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 diff
--- a/skaapsteker/sprites/items.py	Tue Apr 05 23:29:26 2011 +0200
+++ b/skaapsteker/sprites/items.py	Tue Apr 05 23:35:55 2011 +0200
@@ -2,7 +2,7 @@
 
 
 class Dummy(Item):
-    image_file = 'monk/monk.png'
+    image_file = 'tealeaf.png'
 
     def setup(self, missions):
         self.missions = missions