summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 7d59e1a6a3..519c54126b 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2437,7 +2437,7 @@ void describe_monsters(monsters& mons)
break;
}
case MONS_PLAYER_GHOST:
- body << "The apparition of " << get_ghost_description(mons)
+ body << "$The apparition of " << get_ghost_description(mons)
<< ".$";
break;