From b8f82644c01d26bad6835ba23b6db27e84184453 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 27 Sep 2015 20:08:52 +0000 Subject: abort frillyar if caster missing --- world/map/conf/magic-level2.sex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/world/map/conf/magic-level2.sex b/world/map/conf/magic-level2.sex index dcc2deb7..e3508df2 100644 --- a/world/map/conf/magic-level2.sex +++ b/world/map/conf/magic-level2.sex @@ -496,8 +496,12 @@ (FOR i 0 (/ spellpower 8) (BLOCK + (IF (not (pc caster)) + (ABORT)) (FOR j 0 2 (BLOCK + (IF (not (pc caster)) + (ABORT)) (SET location (random_location area)) (sfx location SFX_ARROW_HAIL 0) -- cgit v1.2.3-60-g2f50