summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 11:25:05 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 11:25:05 +0000
commitd4d339dd7c2b8e33bf8d5bf67a2f3e7d64fb08fe (patch)
tree316bf65b4d2615d98f096ba20110cad035370912 /crawl-ref/source
parent9af67278ee0f7e7e2d6a030fe55372408691d70e (diff)
downloadcrawl-ref-d4d339dd7c2b8e33bf8d5bf67a2f3e7d64fb08fe.tar.gz
crawl-ref-d4d339dd7c2b8e33bf8d5bf67a2f3e7d64fb08fe.zip
Make allied mutators more careful about hitting you.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8814 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mstuff2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index ee10088f8e..1bb0c20e8f 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -1746,6 +1746,9 @@ bolt mons_spells( monsters *mons, spell_type spell_cast, int power )
case SPELL_POLYMORPH_OTHER:
beam.flavour = BEAM_POLYMORPH;
beam.is_beam = true;
+ // Be careful with this one.
+ // Having allies mutate you is infuriating.
+ beam.foe_ratio = 1000;
break;
case SPELL_VENOM_BOLT: