changeset 293:78c49d87e175

oops - bugfix
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 16:15:17 +0000
parents bf271e857157
children 29e9683055dc
files gamelib/animal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/animal.py	Sat Sep 05 16:14:23 2009 +0000
+++ b/gamelib/animal.py	Sat Sep 05 16:15:17 2009 +0000
@@ -224,7 +224,7 @@
     """An egg"""
 
     def __init__(self, pos):
-        image = imagecache.load_image('sprites/egg.png')
+        image = imagecache.load_image('sprites/equip_egg.png')
         Animal.__init__(self, image, image, pos)
         self.timer = 2