diff gamelib/scenes/machine.py @ 206:6a52752f4920

some more interacations. Add sound to grinder
author Neil Muller <neil@dip.sun.ac.za>
date Thu, 26 Aug 2010 14:19:57 +0200
parents 9887c68110d8
children 08f39251c6a5
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Thu Aug 26 14:18:53 2010 +0200
+++ b/gamelib/scenes/machine.py	Thu Aug 26 14:19:57 2010 +0200
@@ -111,7 +111,8 @@
         self.state.replace_inventory_item(item, self.state.items['titanium_machete'])
         return Result("After much delicate grinding and a few close calls with"
                       " various body parts, the titanium femur now resembles"
-                      " a machete more than a bone. Nice and sharp, too.")
+                      " a machete more than a bone. Nice and sharp, too.",
+                      soundfile="grinder.ogg")
 
     def get_description(self):
         return "A pretty ordinary, albeit rather industrial, grinding machine."