comparison gamelib/scenes/mess.py @ 322:1208bb5eaf6f

typo
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 28 Aug 2010 13:05:40 +0200
parents bd9a760eeb18
children c193cbff785d
comparison
equal deleted inserted replaced
321:e5f3a97ee812 322:1208bb5eaf6f
230 self.set_interact('taken') 230 self.set_interact('taken')
231 self.state.add_inventory_item('detergent_bottle') 231 self.state.add_inventory_item('detergent_bottle')
232 return Result("You pick up an empty dishwashing liquid bottle. You can't find any sponges") 232 return Result("You pick up an empty dishwashing liquid bottle. You can't find any sponges")
233 233
234 def get_description(self): 234 def get_description(self):
235 return "Empty plastic containers. They used to hold dish washer soap." 235 return "Empty plastic containers. They used to hold dishwasher soap."
236 236
237 class DetergentBottle(Item): 237 class DetergentBottle(Item):
238 INVENTORY_IMAGE = 'triangle.png' 238 INVENTORY_IMAGE = 'triangle.png'
239 CURSOR = CursorSprite('triangle.png') 239 CURSOR = CursorSprite('triangle.png')
240 240