summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-02-26 21:38:46 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-05-30 13:27:44 -0400
commit181ecfb998c0b570a842483dbbf6e299d6d8f235 (patch)
treece5a2c62e1c53a1069556d3351bdc87def617f66 /crawl-ref/source/itemprop-enum.h
parent5f570ca36cc6af95c23ddfda6fe1cd5efb71661a (diff)
downloadcrawl-ref-181ecfb998c0b570a842483dbbf6e299d6d8f235.tar.gz
crawl-ref-181ecfb998c0b570a842483dbbf6e299d6d8f235.zip
Remove darts.
They don't have much use outside the first level of D (possibly also the second): popping spores, killing slow things, waking up sleeping monsters, etc. are all served just as well by stones, and anybody who really wants to do damage with throwing would be better served with tomahawks before they find javelins. For one case where they could be useful (dispersal), tomahawks have been given a chance at the dispersal brand.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index c9f3a96f3c..5675e8e02a 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -257,7 +257,9 @@ enum misc_item_type
enum missile_type
{
+#if TAG_MAJOR_VERSION == 34
MI_DART,
+#endif
MI_NEEDLE,
MI_ARROW,
MI_BOLT,