comparison gamelib/scenes/engine.py @ 776:246538901599 pyntnclick

Extraneous whitespace
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 18:16:33 +0200
parents a35f5364437d
children eed75a1d50c4
comparison
equal deleted inserted replaced
775:4e8e892aa94c 776:246538901599
218 def interact_without(self): 218 def interact_without(self):
219 if self.get_data('present') and not self.get_data('working'): 219 if self.get_data('present') and not self.get_data('working'):
220 return Result(_("It's wedged in there pretty firmly, it won't" 220 return Result(_("It's wedged in there pretty firmly, it won't"
221 " come out.")) 221 " come out."))
222 elif self.get_data('working'): 222 elif self.get_data('working'):
223 return Result(_("You decide that working engines are more " 223 return Result(_("You decide that working engines are more"
224 " important than having a shiny superconductor.")) 224 " important than having a shiny superconductor."))
225 225
226 def interact_with_machete(self, item): 226 def interact_with_machete(self, item):
227 if self.get_data('present') and not self.get_data('working'): 227 if self.get_data('present') and not self.get_data('working'):
228 self.set_data('present', False) 228 self.set_data('present', False)