From bc0ee393e8fbe5b8ca296367866557dce3de62f7 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 5 Jan 2009 07:09:53 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8236 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 6be24e7ffe..23b76f2f04 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -996,8 +996,8 @@ void monster_die(monsters *monster, killer_type killer, if (invalid_monster(monster)) return; - // If a monster was banished to the abyss and then killed there, - // then it's death wasn't a banishment. + // If a monster was banished to the Abyss and then killed there, + // then its death wasn't a banishment. if (you.level_type == LEVEL_ABYSS) monster->flags &= ~MF_BANISHED; -- cgit v1.2.3-54-g00ecf