summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-28 19:41:00 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-28 19:41:00 +0000
commit1a5a0bf7895f13de0e85719c00e6bc95a5a0798d (patch)
tree33297179c03960e37903240b044abd26ee47c13f /crawl-ref/source/enum.h
parent717609abcaa13c7e83ea5300e0a73897d3166b54 (diff)
downloadcrawl-ref-1a5a0bf7895f13de0e85719c00e6bc95a5a0798d.tar.gz
crawl-ref-1a5a0bf7895f13de0e85719c00e6bc95a5a0798d.zip
Apply patch by (?) to make Apportation autotarget the nearest object.
Thanks! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10608 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e3021b85eb..550c677fab 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2896,7 +2896,8 @@ enum targeting_type
{
DIR_NONE,
DIR_TARGET,
- DIR_DIR
+ DIR_DIR,
+ DIR_TARGET_OBJECT // New as of 27-August-2009, for item-targeting spells
};
enum torment_source_type