# HG changeset patch # User Simon Cross # Date 1329044460 -7200 # Node ID 6aea811b1bee89c4abc188dc9482ad69b7055697 # Parent b8cc0be3a8193f7c98e60b4834413b314bb8d30a Fix text constant broken (literally) by PEP-8 clean-up. diff -r b8cc0be3a819 -r 6aea811b1bee gamelib/scenes/cryo.py --- a/gamelib/scenes/cryo.py Sun Feb 12 12:55:03 2012 +0200 +++ b/gamelib/scenes/cryo.py Sun Feb 12 13:01:00 2012 +0200 @@ -346,8 +346,8 @@ " twist. With a satisfying *snap*, the chain breaks and" " the door opens.", soundfile='break.ogg') elif self.get_data('door') == "shut": - text = "You bang on the door with the titanium femur. It makes a" - " clanging sound." + text = ("You bang on the door with the titanium femur. It makes a" + " clanging sound.") return Result(text, soundfile='clang.ogg') else: return Result("You wave the femur in the doorway. Nothing"