diff options
author | Maximilian Philipps <Turmfalke2007@web.de> | 2009-07-19 17:22:57 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-20 18:00:26 -0600 |
commit | f31497688ec199d06f04d137ada8879fa1b419cc (patch) | |
tree | 2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /conf | |
parent | ea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff) | |
download | serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.gz serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.bz2 serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.xz serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.zip |
removes next; when followed by a close;
Diffstat (limited to 'conf')
-rw-r--r-- | conf/magic.conf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 35936be4..ad550133 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -317,7 +317,7 @@ SPELL lesser-heal (target : STRING) : "#L00" = IF failed(pc(target)) THEN (IF ((target = "mouboo" || target = "Mouboo") && rdistance(location(caster), location(npc("Mouboo"))) < 2 + (spellpower / 100)) - THEN { mes "Your spell seems to have no effect on the mouboo."; next; close; } + THEN { mes "Your spell seems to have no effect on the mouboo."; close; } ELSE target = caster;) ELSE (target = pc(target); IF is_dead(target) |