summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n3.py
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag/tiles/n3.py')
-rw-r--r--weatbag/tiles/n3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n3.py b/weatbag/tiles/n3.py
index a1d8602..7d78b84 100644
--- a/weatbag/tiles/n3.py
+++ b/weatbag/tiles/n3.py
@@ -8,7 +8,7 @@ class Tile:
def describe(self):
if not self.enemy_dead:
- print("You encounter an orc! He's got a mean look, but you're a "
+ print("You encounter an orc! He's got a mean look, but you're a "
"strong one. You should be able to take him. Attack or flee?")
else:
print("You see an orc corpse here.")