summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 20:38:06 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 20:38:06 +0000
commit5c668a7bbb507efe5e8663c905235d9644fdacab (patch)
tree4685930ce8c14e6fba25b77c41f09f859b516315 /crawl-ref/source/itemprop.cc
parent661f576c2ca7241737d9eecbeb0d69481928dbc2 (diff)
downloadcrawl-ref-5c668a7bbb507efe5e8663c905235d9644fdacab.tar.gz
crawl-ref-5c668a7bbb507efe5e8663c905235d9644fdacab.zip
Fix BR 1959133 (Shiori): change Ancus to Ankus.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5085 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index c9d7c335b2..df1db13883 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -193,7 +193,7 @@ static weapon_def Weapon_prop[NUM_WEAPONS] =
{ WPN_FLAIL, "flail", 9, 2, 15, 130, 8,
SK_MACES_FLAILS, HANDS_ONE, SIZE_SMALL, MI_NONE, false,
DAMV_CRUSHING, 10 },
- { WPN_ANCUS, "ancus", 9, 2, 14, 120, 8,
+ { WPN_ANKUS, "ankus", 9, 2, 14, 120, 8,
SK_MACES_FLAILS, HANDS_ONE, SIZE_MEDIUM, MI_NONE, false,
DAMV_CRUSHING, 10 },
{ WPN_MORNINGSTAR, "morningstar", 10, -1, 15, 140, 8,
@@ -759,7 +759,7 @@ void set_equip_race( item_def &item, unsigned long flags )
&& item.sub_type != WPN_FALCHION)
|| item.sub_type == WPN_QUICK_BLADE
|| item.sub_type == WPN_CLUB
- || item.sub_type == WPN_ANCUS
+ || item.sub_type == WPN_ANKUS
|| item.sub_type == WPN_WHIP
|| item.sub_type == WPN_BLOWGUN
|| item.sub_type == WPN_BOW
@@ -1437,7 +1437,7 @@ int weapon_rarity( int w_type )
case WPN_GREAT_MACE:
return (3);
- case WPN_ANCUS:
+ case WPN_ANKUS:
case WPN_DIRE_FLAIL:
case WPN_SCYTHE:
case WPN_LONGBOW: