summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-04-13 03:25:21 +0200
committerShmuale Mark <shm.mark@gmail.com>2014-05-05 21:27:51 -0400
commit3da635bd8450af0fddbfd5c182afe593938136f2 (patch)
tree3f33a49f2a40312fec9b1cebd3a5fa09ec506ff1 /crawl-ref/source/quiver.cc
parent332536bcd766995a9ad19bd580f9ad96df1e0863 (diff)
downloadcrawl-ref-3da635bd8450af0fddbfd5c182afe593938136f2.tar.gz
crawl-ref-3da635bd8450af0fddbfd5c182afe593938136f2.zip
Rename "bow" to "shortbow"
For a clear distinction of "bows" the skill, and from "longbow" the weapon.
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index 1d5239f0ae..c533a77363 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -597,7 +597,7 @@ static ammo_t _get_weapon_ammo_type(const item_def* weapon)
return AMMO_BLOWGUN;
case WPN_SLING:
return AMMO_SLING;
- case WPN_BOW:
+ case WPN_SHORTBOW:
case WPN_LONGBOW:
return AMMO_BOW;
case WPN_CROSSBOW: