From ffcb78687ea4d38d457ce0cb57e510a3462ce9ad Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 29 Jun 2008 03:10:22 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6200 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 5 +++-- 1 file 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 -- cgit v1.2.3-54-g00ecf