comparison 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
comparison
equal deleted inserted replaced
428:3dc589bb78e4 429:860cb6144fd4
21 super(Won, self).__init__(state) 21 super(Won, self).__init__(state)
22 22
23 def enter(self): 23 def enter(self):
24 return Result("Congratulations, Prisoner %s. You head off to your chosen " 24 return Result("Congratulations, Prisoner %s. You head off to your chosen "
25 "destination, safe in the knowledge that nothing can stop you. " 25 "destination, safe in the knowledge that nothing can stop you. "
26 "Now you just need to do something during the intervening months" % PLAYER_ID) 26 "Now you just need to find something to do during the intervening months." % PLAYER_ID)
27 27
28 SCENES = [Won] 28 SCENES = [Won]