From df0687a362dc4155ec809508b1320768cabc8a80 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jun 2020 21:25:36 -0300 Subject: Definite: Nullify every standard summon skill if alignment is evil. Reagents will be taken, but none will heed your call. PS. These skills are not supposed to show up --- npc/magic/plantkingdom.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/magic') 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)); -- cgit v1.2.3-70-g09d2