From 9bc643d4f9923ad4e6ee9c38f8dc6f734bbc82b2 Mon Sep 17 00:00:00 2001 From: Fate Date: Tue, 16 Jun 2009 16:05:23 +0000 Subject: Added missing semicolon in Sagatha script --- conf/magic.conf.template | 1 + npc/013-1_Woodland_hills/sagatha.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 0dbbaba4..40105567 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -551,6 +551,7 @@ SPELL lay-on-hands (target : STRING) : "#L10" = && not (running_status_update(pc(target), SC_HALT_REGENERATE)) )) => EFFECT CALL adjust_spellpower(school); + IF (not (target)) THEN ABORT; IF (pc (target) == caster) THEN ABORT; IF failed(pc(target)) THEN (IF ((target = "mouboo" || target = "Mouboo") diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index 283b40d1..ffa42aa8 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -45,7 +45,7 @@ function script SagathaHatAttack { mes "[Witch]"; mes "\"You have no idea what that poor creature felt!\""; - mes "She snaps her fingers." + mes "She snaps her fingers."; mes "\"Let me show you...\""; misceffect 4, strcharinfo(0); misceffect 4; -- cgit v1.2.3-70-g09d2