summaryrefslogtreecommitdiff
path: root/npc/magic/plantkingdom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/plantkingdom.txt')
-rw-r--r--npc/magic/plantkingdom.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/magic/plantkingdom.txt b/npc/magic/plantkingdom.txt
index 2ee9e314e..0ed87b3b5 100644
--- a/npc/magic/plantkingdom.txt
+++ b/npc/magic/plantkingdom.txt
@@ -9,6 +9,10 @@
end;
OnCall:
+ // Blocked from summoning magic
+ if (alignment() < 0)
+ return;
+
// Other requeriments: 2x Root
if (countitem(Root) < 2) {
dispbottom l("You need 2x @@ to cast this skill.", getitemlink(Root));