summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-23 15:03:49 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-23 15:04:33 +0100
commit9a861e3dc412e25b7693ce272f72020964dfcdec (patch)
tree0938a1ef62f5aa639085bbe89decdc9fe098d770 /crawl-ref/source/main.cc
parent3bea6e2e7aadb7df468b8a00c3a8fb42dde3dfb5 (diff)
downloadcrawl-ref-9a861e3dc412e25b7693ce272f72020964dfcdec.tar.gz
crawl-ref-9a861e3dc412e25b7693ce272f72020964dfcdec.zip
Give a message and FX when you banish people.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 5449141656..347fac22f4 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -2690,7 +2690,7 @@ static void _check_banished()
you.banished = false;
if (you.level_type != LEVEL_ABYSS)
{
- mpr("You are cast into the Abyss!");
+ mpr("You are cast into the Abyss!", MSGCH_BANISHMENT);
more();
banished(DNGN_ENTER_ABYSS, you.banished_by);
}