summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
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/itemprop.h
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/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 461376cb92..ef9e4e8c17 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -309,6 +309,7 @@ enum scroll_type
SCR_ENCHANT_WEAPON_III,
SCR_HOLY_WORD,
SCR_VULNERABILITY,
+ SCR_SILENCE, // 25
NUM_SCROLLS
};