git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2280 c06c8d41-db1a-0410-9941-cceddc491573
FZY4HSWWVXB4KNVLUVCBDKU4Z5IIP6V6WIJ3QVPQDWACNVH5DT6QC }// Vampiric effects for the killing blow.if (mondied && damage_brand == SPWPN_VAMPIRICISM){if (defender->holiness() == MH_NATURAL&& damage_done > 0 && you.hp < you.hp_max&& !one_chance_in(5)){mpr("You feel better.");// more than if not killedint heal = 1 + random2(damage_done);inc_hp(heal, false);if (you.hunger_state != HS_ENGORGED)lessen_hunger(30 + random2avg(59, 2), true);did_god_conduct(DID_NECROMANCY, 2);}