summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-13 22:50:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-13 22:50:44 +0000
commit2c7ef91ccd4d82e69621f093bdb5f4a0c67bd1ab (patch)
tree5de530af33b949600fd67f19e44ba5442c0d029b /crawl-ref/source/itemname.cc
parente8755ebf1bcf2b31f2bbffe12d56c048fcae3cf4 (diff)
downloadcrawl-ref-2c7ef91ccd4d82e69621f093bdb5f4a0c67bd1ab.tar.gz
crawl-ref-2c7ef91ccd4d82e69621f093bdb5f4a0c67bd1ab.zip
s/antimagic/vulnerability/
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7240 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 2ae8e1a8a0..ccbc250be7 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -551,7 +551,7 @@ static const char* scroll_type_name(int scrolltype)
case SCR_RECHARGING: return "recharging";
case SCR_ENCHANT_WEAPON_III: return "enchant weapon III";
case SCR_HOLY_WORD: return "holy word";
- case SCR_ANTIMAGIC: return "antimagic";
+ case SCR_VULNERABILITY: return "vulnerability";
default: return "bugginess";
}
}