summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-14 02:21:13 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-14 02:21:13 +0000
commit8b14a9ec9150142c2e83e3a996e11ca50282fe5b (patch)
tree837ff9132ac1cd56d3f57a00a4beaf4b34c30114 /crawl-ref/source/effects.cc
parent70e2038c42f1a232799922bc0c5256d5a36985d1 (diff)
downloadcrawl-ref-8b14a9ec9150142c2e83e3a996e11ca50282fe5b.tar.gz
crawl-ref-8b14a9ec9150142c2e83e3a996e11ca50282fe5b.zip
Fix [1813286]: Rename the lochaber axe to the bardiche, and change its
description accordingly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3061 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index b858cb61aa..5b9c309cf9 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -1547,7 +1547,7 @@ bool acquirement(object_class_type class_wanted, int agent,
case WPN_HALBERD:
case WPN_GLAIVE:
case WPN_SCYTHE:
- case WPN_LOCHABER_AXE:
+ case WPN_BARDICHE:
thing.sub_type =
(coinflip() ? WPN_SPEAR : WPN_TRIDENT);
break;