summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 21:37:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 21:37:50 +0000
commit82bcfc5f239dd1161e2c1882a2fb7dff0103bb21 (patch)
tree025f978b766762d51bbf28df8f3efd4324ebe314
parent246efe28ab719f99c914ea755ff06765027d0d64 (diff)
downloadcrawl-ref-82bcfc5f239dd1161e2c1882a2fb7dff0103bb21.tar.gz
crawl-ref-82bcfc5f239dd1161e2c1882a2fb7dff0103bb21.zip
Apply trunk r6519 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6520 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 13d9922563..808e73e321 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -999,7 +999,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
if ((flags & SPFLAG_TARGETING_MASK)
&& spell != SPELL_BURN && spell != SPELL_FREEZE
&& spell != SPELL_CRUSH && spell != SPELL_ARC
- && spell != SPELL_PORTAL_PROJECTILE)
+ && spell != SPELL_FRAGMENTATION && spell != SPELL_PORTAL_PROJECTILE)
{
targ_mode_type targ =
(testbits(flags, SPFLAG_HELPFUL) ? TARG_FRIEND : TARG_ENEMY);