summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n3w5.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-15 04:52:42 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-15 04:52:42 +0300
commitb66b944ddec676081721a4903db2cbb646b8d27d (patch)
tree4b5ab6caa8adb343f3038eac91acedc05a7e578a /weatbag/tiles/n3w5.py
parentc2a0d01ed46cb4bfea86f682d5637b7cd172376d (diff)
minor changes in description when you get the item
Diffstat (limited to 'weatbag/tiles/n3w5.py')
-rw-r--r--weatbag/tiles/n3w5.py2
1 files changed, 1 insertions, 1 deletions
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")