diff gamelib/state.py @ 466:af2a23b9787d

You can now use doors while wielding things.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 01:43:55 +0200
parents 3dab4984cbd7
children 4ea237bbcef8 a7ed199f69d5
line wrap: on
line diff
--- a/gamelib/state.py	Sun Aug 29 01:36:04 2010 +0200
+++ b/gamelib/state.py	Sun Aug 29 01:43:55 2010 +0200
@@ -65,7 +65,6 @@
     state.load_scenes("crew_quarters")
     state.load_scenes("map")
     state.load_scenes("manual")
-    state.load_scenes("won")
     initial_scene = "cryo" if DEBUG_SCENE is None else DEBUG_SCENE
     state.set_current_scene(initial_scene)
     state.set_do_enter_leave()