summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
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;