comparison gamelib/scenes/mess.py @ 294:5cd616998282

Broccoli!
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 00:23:44 +0200
parents 4012d50a4674
children 4a9f29bae9b0
comparison
equal deleted inserted replaced
293:4012d50a4674 294:5cd616998282
147 "fixed": False, 147 "fixed": False,
148 } 148 }
149 149
150 def get_description(self): 150 def get_description(self):
151 if self.get_data('status') == "blocked": 151 if self.get_data('status') == "blocked":
152 return "The brocolli seems to have become entangled with something" 152 return "The broccoli seems to have become entangled with something"
153 elif self.get_data("status") == "broken": 153 elif self.get_data("status") == "broken":
154 return "These broken pipes look important." 154 return "These broken pipes look important."
155 else: 155 else:
156 return "Your fix looks like it's holding up well." 156 return "Your fix looks like it's holding up well."
157 157