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.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index fdba0f15f0..b3f1aac6f5 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -927,8 +927,9 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent)
}
}
- // Divine health and mp restoration doesn't happen when killing
- // born-friendly monsters. The mutation still applies, however.
+ // Divine health and mana restoration doesn't happen when
+ // killing born-friendly monsters. The mutation still
+ // applies, however.
if (player_mutation_level(MUT_DEATH_STRENGTH)
|| (!created_friendly && gives_xp
&& (you.religion == GOD_MAKHLEB