summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-16 00:30:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-16 00:30:01 +0000
commit5bf0b52eb3d937b93c1c7ebcb80678a251a0502c (patch)
tree63143cba732b84ae93843a92143f9c6d9749dde5 /crawl-ref/source/spells1.h
parent3ac377c1d12efdc4bb8ab217aa2d4089f12542ec (diff)
downloadcrawl-ref-5bf0b52eb3d937b93c1c7ebcb80678a251a0502c.tar.gz
crawl-ref-5bf0b52eb3d937b93c1c7ebcb80678a251a0502c.zip
Properly disallow Elyvilon's "Heal Other" abilities when they're aimed
at the player, just as we do with Lugonu's "Banish" ability. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9778 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index e63c136fa3..97f3c240ff 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -18,8 +18,8 @@ struct bolt;
bool cast_sure_blade(int power);
int cast_healing(int pow, bool divine_ability = false,
- const coord_def& where = coord_def(0,0),
- targ_mode_type mode = TARG_NUM_MODES);
+ const coord_def& where = coord_def(0, 0),
+ bool not_self = false, targ_mode_type mode = TARG_NUM_MODES);
void remove_divine_vigour();
bool cast_divine_vigour();