changeset 434:9bcb6148fc6b

Remove won screen wall of text
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 28 Aug 2010 23:48:21 +0200
parents 6b7b08d67233
children 19aff54b2e73
files gamelib/scenes/won.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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]