From b66b944ddec676081721a4903db2cbb646b8d27d Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 15 May 2013 04:52:42 +0300 Subject: minor changes in description when you get the item --- weatbag/tiles/n3w5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weatbag/tiles/n3w5.py') diff --git a/weatbag/tiles/n3w5.py b/weatbag/tiles/n3w5.py index 7045620..1b9a969 100644 --- a/weatbag/tiles/n3w5.py +++ b/weatbag/tiles/n3w5.py @@ -39,7 +39,7 @@ class Tile: def take_knife(self, player, do): if transfer('knife', self.contents, player.inventory): - print("You take the knife.\n") + print("You put the knife in your bag.\n") else: print("There is nothing here.\n") -- cgit v1.3