summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-13 18:01:43 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-13 18:01:43 +0000
commitc037773236312cc930035ee49f50fe765a7874ad (patch)
tree651cbc5091b5bf891ae03ac9284af1fc127c2111 /crawl-ref/source/itemname.cc
parent6229f7e7bb5de9df89ff67e7e3c75d8cf0a99b58 (diff)
downloadcrawl-ref-c037773236312cc930035ee49f50fe765a7874ad.tar.gz
crawl-ref-c037773236312cc930035ee49f50fe765a7874ad.zip
Apply Jude's scrolls of silence patch.
The scrolls cast the spell with a power of 25 which means it has a duration of about 24, and is the same as casting the spell with 5 levels in each of Spc, Ench, Air, as well as 21 Int. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10540 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 247f6b3b81..496b1e6481 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -547,6 +547,7 @@ static const char* scroll_type_name(int scrolltype)
case SCR_ENCHANT_WEAPON_III: return "enchant weapon III";
case SCR_HOLY_WORD: return "holy word";
case SCR_VULNERABILITY: return "vulnerability";
+ case SCR_SILENCE: return "silence";
default: return "bugginess";
}
}