diff gamelib/scenes/machine.py @ 437:cfcab3796410

Make egine room greeting fire once. Remove machine room greeting
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 23:55:56 +0200
parents 19aff54b2e73
children 786773393e6f
line wrap: on
line diff
--- a/gamelib/scenes/machine.py	Sat Aug 28 23:55:12 2010 +0200
+++ b/gamelib/scenes/machine.py	Sat Aug 28 23:55:56 2010 +0200
@@ -75,9 +75,6 @@
             "The block for the laser drill press", # TODO: fix description
             ((461, 446, 38, 27),)))
 
-    def enter(self):
-        return Result("The machine room is dark and forbidding.")
-
 
 class ToMap(Door):