summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-07 20:16:25 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-07 21:25:57 +1000
commit00005320c53fa3bdd66df6d805bf4f83fa43bec1 (patch)
tree02038aca86a5ce6d01965ba91b8e191ebe8a2e2b /crawl-ref/source/itemname.cc
parentcf714fb898d9a640ac9d7fc7f90d9a81294b572b (diff)
downloadcrawl-ref-00005320c53fa3bdd66df6d805bf4f83fa43bec1.tar.gz
crawl-ref-00005320c53fa3bdd66df6d805bf4f83fa43bec1.zip
Change "wrath" needles to "frenzy".
This introduces a new monster enchantment: ENCH_INSANE (or frenzy), sends the monster neutral and berserk at the same time. The needle now has the effect of causing this enchantment, instead of just sending monsters berserk. It now actually has some use, even if it is slightly risky.
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 beda8a3e5a..9a36074270 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1195,7 +1195,7 @@ std::string item_def::name_aux(description_level_type desc,
buff << ((terse) ? " (sick)" : " of sickening");
break;
case SPMSL_RAGE:
- buff << ((terse) ? " (wrath)" : " of wrath");
+ buff << ((terse) ? " (frenzy)" : " of frenzy");
break;
case SPMSL_RETURNING:
buff << ((terse) ? " (return)" : " of returning");