summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/quiver.h')
-rw-r--r--crawl-ref/source/quiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/quiver.h b/crawl-ref/source/quiver.h
index 3bf6154af0..02a9f3d6b4 100644
--- a/crawl-ref/source/quiver.h
+++ b/crawl-ref/source/quiver.h
@@ -19,7 +19,7 @@ enum ammo_t
AMMO_BOW, // wielded bow -> arrows
AMMO_SLING, // wielded sling -> stones, sling bullets
AMMO_CROSSBOW, // wielded crossbow -> bolts
- AMMO_HAND_CROSSBOW, // wielded hand crossbow -> darts
+ // Used to be hand crossbows
AMMO_BLOWGUN, // wielded blowgun -> needles
NUM_AMMO
};