summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 8cb81f9b53..b99e6273d3 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -59,8 +59,9 @@ int corpse_rot(int power);
/* ***********************************************************************
* called from: it_use3 - spell
* *********************************************************************** */
-bool summon_elemental(int pow, int restricted_type,
- unsigned char unfriendly);
+bool summon_elemental(int pow, bool god_gift = false,
+ monster_type restricted_type = MONS_PROGRAM_BUG,
+ int unfriendly = 2);
struct dist;
// last updated 24may2000 {dlb}