diff gamelib/scenes/won.py @ 429:860cb6144fd4

Spellin
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 23:35:17 +0200
parents 2090b2bc13e4
children 9bcb6148fc6b
line wrap: on
line diff
--- a/gamelib/scenes/won.py	Sat Aug 28 23:31:09 2010 +0200
+++ b/gamelib/scenes/won.py	Sat Aug 28 23:35:17 2010 +0200
@@ -23,6 +23,6 @@
     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 do something during the intervening months" % PLAYER_ID)
+                "Now you just need to find something to do during the intervening months." % PLAYER_ID)
 
 SCENES = [Won]