summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n3w5.py
diff options
context:
space:
mode:
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")