summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.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/enum.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/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index dd96fed77a..24284f89d8 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2282,6 +2282,7 @@ enum targ_mode_type
TARG_HOSTILE_SUBMERGED, // Target hostiles including submerged ones
TARG_EVOLVABLE_PLANTS, // Targeting mode for Fedhas' evolution
TARG_HOSTILE_UNDEAD, // For dispel undead
+ TARG_BEOGH_GIFTABLE, // For Beogh followers who can be given gifts
TARG_NUM_MODES
};