summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/throw.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/throw.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/throw.h')
-rw-r--r--crawl-ref/source/throw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/throw.h b/crawl-ref/source/throw.h
index 9d89f4b7a0..b05098b66c 100644
--- a/crawl-ref/source/throw.h
+++ b/crawl-ref/source/throw.h
@@ -24,7 +24,7 @@ enum fire_type
FIRE_ROCK = 0x0100,
FIRE_NET = 0x0200,
FIRE_RETURNING = 0x0400,
- FIRE_PIE = 0x0800,
+ FIRE_TOMAHAWK = 0x0800,
FIRE_INSCRIBED = 0x1000, // Only used for _get_fire_order
};