diff gamelib/scenes/cryo.py @ 252:dfc89bc64fdb

Start of walkthrough "unit test" and associated fixes and tweaks.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 16:45:47 +0200
parents 0bad554d0926
children 3b4a78422201
line wrap: on
line diff
--- a/gamelib/scenes/cryo.py	Fri Aug 27 16:20:26 2010 +0200
+++ b/gamelib/scenes/cryo.py	Fri Aug 27 16:45:47 2010 +0200
@@ -279,7 +279,7 @@
 class CryoRoomDoor(Door):
     "Door to the cryo room."
 
-    NAME = "cryo.door"
+    SCENE = "cryo"
 
     INTERACTS = {
         "shut": InteractNoImage(290, 260, 99, 152),