summaryrefslogtreecommitdiff
path: root/npc/magic/scrolls.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/scrolls.txt')
-rw-r--r--npc/magic/scrolls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/scrolls.txt b/npc/magic/scrolls.txt
index 39672db54..6df45c4e4 100644
--- a/npc/magic/scrolls.txt
+++ b/npc/magic/scrolls.txt
@@ -12,7 +12,7 @@ function script SummonScroll {
.@blv = getarg(3, 0);
// Depending on alignment status, invoke superior form
- if (alignment_cansummon() && BaseLevel > .@blv && .@mbb) {
+ if (alignment_cansummon() && alignment() > 1 && BaseLevel > .@blv && .@mbb) {
.@mids = summon("Summoned Monster", .@mbb, .@tim);
} else {
.@mids = summon("Summoned Monster", .@mob, .@tim);