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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 3e7d167c8a..c26b4ea707 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3343,7 +3343,7 @@ void read_scroll(void)
break;
case SCR_SUMMONING:
- if (create_monster( MONS_ABOMINATION_SMALL, ENCH_ABJ_VI, BEH_FRIENDLY,
+ if (create_monster( MONS_ABOMINATION_SMALL, 6, BEH_FRIENDLY,
you.x_pos, you.y_pos, you.pet_target, 250 ) != -1)
{
mpr("A horrible Thing appears!");