# HG changeset patch # User Adrianna PiƄska # Date 1282947574 -7200 # Node ID cfabc9daf76ce6c96d9f217c0dd3987260c51038 # Parent beb9d6935b3367dfe2446fbc2d7426129df8a392 typo diff -r beb9d6935b33 -r cfabc9daf76c gamelib/scenes/bridge.py --- a/gamelib/scenes/bridge.py Sat Aug 28 00:09:33 2010 +0200 +++ b/gamelib/scenes/bridge.py Sat Aug 28 00:19:34 2010 +0200 @@ -165,7 +165,7 @@ # Fill in the doctor's rect self.scene.doctor.rect.append(self.rect) return Result("You pick up the stethoscope and verify that the doctor's " - "heart has stoped. Probably a while ago.") + "heart has stopped. Probably a while ago.") class Superconductor(Item): @@ -201,8 +201,8 @@ def get_description(self): return random.choice([ "The lights flash in interesting patterns.", - "The flashing lights don't mean anything to you", - "The console lights flash and flicker", + "The flashing lights don't mean anything to you.", + "The console lights flash and flicker.", ]) class LeftLights(BlinkingLights):