# HG changeset patch # User Neil Muller # Date 1283032101 -7200 # Node ID 9bcb6148fc6ba6a3156cd4b4b1ac111c4705aec5 # Parent 6b7b08d67233be24177c17a04ba406d43adae102 Remove won screen wall of text diff -r 6b7b08d67233 -r 9bcb6148fc6b gamelib/scenes/won.py --- a/gamelib/scenes/won.py Sat Aug 28 23:45:11 2010 +0200 +++ b/gamelib/scenes/won.py Sat Aug 28 23:48:21 2010 +0200 @@ -20,9 +20,5 @@ def __init__(self, state): super(Won, self).__init__(state) - def enter(self): - return Result("Congratulations, Prisoner %s. You head off to your chosen " - "destination, safe in the knowledge that nothing can stop you. " - "Now you just need to find something to do during the intervening months." % PLAYER_ID) SCENES = [Won]