summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-09-21 04:15:26 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-09-22 00:30:07 +0200
commit2c076aff364b3a973570b81da2c055aef7e37f4f (patch)
treee5053d082532fe7d57db57d3cb89e4d10a3d2fc6 /crawl-ref/source/itemprop-enum.h
parent1c94edbbaebaa2068e1f626ecf2f494491acf4ca (diff)
downloadcrawl-ref-2c076aff364b3a973570b81da2c055aef7e37f4f.tar.gz
crawl-ref-2c076aff364b3a973570b81da2c055aef7e37f4f.zip
A new throwing missile, tentantively named "tomahawk".
The name is somewhat problematic, as real tomahawks were fit for melee (just like hand axes...). It's mostly because a few bailey_axe vaults want something that resembles an axe, but I'd rather axe or redesign those vaults than have them block better alternatives. The balance purpose is to have something between darts (damage 2) and javelins (damage 10), for use by orcs, orc warriors and merfolk.
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index c5ae51158f..dbfccaa3dc 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -266,9 +266,7 @@ enum missile_type
MI_LARGE_ROCK,
MI_SLING_BULLET,
MI_THROWING_NET,
-#if TAG_MAJOR_VERSION == 34
- MI_PIE,
-#endif
+ MI_TOMAHAWK,
NUM_MISSILES,
MI_NONE // was MI_EGGPLANT... used for launch type detection