summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
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/itemprop-enum.h
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/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 5d84310d53..4bd320688f 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -476,7 +476,7 @@ enum weapon_type
WPN_BLOWGUN,
WPN_CROSSBOW,
- WPN_BOW,
+ WPN_SHORTBOW,
WPN_LONGBOW,
WPN_DEMON_WHIP,