summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.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/spells4.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/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 69d1ec0a97..8b914ad0fe 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -526,7 +526,7 @@ void cast_sticks_to_snakes(int pow)
|| you.inv[ weapon ].sub_type == WPN_GIANT_SPIKED_CLUB
|| you.inv[ weapon ].sub_type == WPN_BOW
|| you.inv[ weapon ].sub_type == WPN_LONGBOW
- || you.inv[ weapon ].sub_type == WPN_ANCUS
+ || you.inv[ weapon ].sub_type == WPN_ANKUS
|| you.inv[ weapon ].sub_type == WPN_HALBERD
|| you.inv[ weapon ].sub_type == WPN_GLAIVE
|| you.inv[ weapon ].sub_type == WPN_BLOWGUN))