summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-29 16:59:35 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-29 17:00:46 -0700
commit8835e0aa838701c728fa6eaec30e74ab7681ddf7 (patch)
tree7e0cbcf2b5bd4f7f70ecb47f019403ea80c89b85 /crawl-ref/source/godabil.h
parentfe1f5a6b0eb699d5d39957b9dfe40f2e5214d6a0 (diff)
downloadcrawl-ref-8835e0aa838701c728fa6eaec30e74ab7681ddf7.tar.gz
crawl-ref-8835e0aa838701c728fa6eaec30e74ab7681ddf7.zip
Improve beogh gift-giving UI
Allow iteration with +-, and auto-abort if there are no valid targets in LOS. It'd be nice if this still included the "valid target" highlight that the last version had...
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 2fe494e1cd..6516ca9b7c 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -44,6 +44,7 @@ void jiyva_paralyse_jellies();
bool jiyva_remove_bad_mutation();
bool beogh_water_walk();
+bool beogh_can_gift_items_to(const monster* mons, bool quiet = true);
bool beogh_gift_item();
bool yred_injury_mirror();