summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index ab92e696e2..3779037005 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -56,6 +56,7 @@ REVISION("$Rev$");
#include "spells1.h"
#include "spells2.h"
#include "spells3.h"
+#include "spells4.h"
#include "spl-book.h"
#include "spl-cast.h"
#include "spl-mis.h"
@@ -5173,6 +5174,10 @@ void read_scroll(int slot)
break;
}
+ case SCR_SILENCE:
+ cast_silence(25);
+ break;
+
case SCR_VULNERABILITY:
_vulnerability_scroll();
break;