summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-07 22:50:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-07 22:50:11 +0000
commit0915163a542776844b0ce664221417f86c05245c (patch)
treec24191aacde143a54c20ba2180a05b4db4577019 /crawl-ref/source/spells1.cc
parentefd814414b3ee9043cb7195fb048d1e4bf9843db (diff)
downloadcrawl-ref-0915163a542776844b0ce664221417f86c05245c.tar.gz
crawl-ref-0915163a542776844b0ce664221417f86c05245c.zip
More neutrality cleanups. Holy beings neutralized on sight by your
piety will not attack you and can swap positions with you. All other neutral beings behave the same as before. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4119 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 4a559dcf8f..f01a93f4d1 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -705,8 +705,6 @@ static int _healing_spell( int healed, int target_x = -1, int target_y = -1)
monster->attitude = ATT_NEUTRAL;
monster->flags |= MF_WAS_NEUTRAL;
- monster->flags |= MF_GOD_GIFT;
-
// give half of the monster's xp
unsigned int exp_gain = 0, avail_gain = 0;
gain_exp( exper_value(monster) / 2 + 1, &exp_gain, &avail_gain );