diff gamelib/scenes/mess.py @ 363:2cadb47405a4

Use bottle image. The boomslang is now triangle-free
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 28 Aug 2010 17:08:10 +0200
parents c193cbff785d
children eef2fca1aa11
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sat Aug 28 17:07:24 2010 +0200
+++ b/gamelib/scenes/mess.py	Sat Aug 28 17:08:10 2010 +0200
@@ -234,9 +234,10 @@
     def get_description(self):
         return "Empty plastic containers. They used to hold dishwasher soap."
 
+
 class DetergentBottle(Item):
-    INVENTORY_IMAGE = 'triangle.png'
-    CURSOR = CursorSprite('triangle.png')
+    INVENTORY_IMAGE = 'bottle_empty.png'
+    CURSOR = CursorSprite('bottle_empty_cursor.png', 27, 7)
 
 
 class ToMap(Door):