# HG changeset patch # User anna # Date 1302361532 -7200 # Node ID 2da0db41cdf09efb397828890573ad5f3fff3f7d # Parent a13d541b9e24c721e3302498002ffcbde4a95216 edited items text diff -r a13d541b9e24 -r 2da0db41cdf0 skaapsteker/sprites/items.py --- a/skaapsteker/sprites/items.py Sat Apr 09 16:56:23 2011 +0200 +++ b/skaapsteker/sprites/items.py Sat Apr 09 17:05:32 2011 +0200 @@ -85,7 +85,7 @@ player.discard_item() player.take_item_by_name('teacupfull') self._me.brewed = False - notify("You have tea now.") + notify("You pour a cup of tea.") else: notify("Sadly, the teapot is empty.") return