summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-28 10:53:14 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-28 11:01:26 -0400
commitb2ae07411e187a96d112c23cd77af58d74d11657 (patch)
tree7338bf9c307c762402d57eea02879bab1ebdfe51 /crawl-ref/source/godabil.h
parent5712dba9fee5cc9d95db849bd815eb5a78385546 (diff)
downloadcrawl-ref-b2ae07411e187a96d112c23cd77af58d74d11657.tar.gz
crawl-ref-b2ae07411e187a96d112c23cd77af58d74d11657.zip
Add a "Give item to follower" invocation for Beogh (evilmike).
It can only be used once per monster, and only on named followers. This should hopefully replicate some of the fun of equipping your friends while not having micromanagement or the problems with letting them pick up whatever off the ground.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 01b967dd4c..88c015b964 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -39,6 +39,7 @@ void jiyva_paralyse_jellies();
bool jiyva_remove_bad_mutation();
bool beogh_water_walk();
+bool beogh_gift_item();
bool yred_injury_mirror();
bool yred_can_animate_dead();