From 12384d191d1e63e1b22297404805cd3e0e58484a Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 30 Oct 2015 18:01:58 -0400 Subject: [PATCH] fixes to nightmares --- src/gamemodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamemodes.py b/src/gamemodes.py index 4276d2b..469c20e 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -837,7 +837,7 @@ class SleepyMode(GameMode): if self.step == 0: pm(cli, self.having_nightmare, ("You find yourself deep in the heart of the woods, with imposing trees covering up what little light " + - "exists with their dense canopy. The paths here are very twisty, and it's easy to wind up going in " + + "exists with their dense canopy. The paths re are very twisty, and it's easy to wind up going in " + "circles if one is not careful. Directions are {0}.").format(directions)) elif self.step == 1: pm(cli, self.having_nightmare, ("You come across a small creek, the water babbling softly in the night as if nothing is amiss. " +