summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
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/arena.cc
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/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 39ef845bbf..8d1638fecb 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -1357,6 +1357,7 @@ int arena_cull_items()
// Arrows/needles/etc on the floor is just clutter.
if (item.base_type != OBJ_MISSILES
|| item.sub_type == MI_JAVELIN
+ || item.sub_type == MI_TOMAHAWK
|| item.sub_type == MI_THROWING_NET)
{
ammo.push_back(idx);