From 4c5d23cae7456578bc5be44f38d35a58cf8d4719 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 27 Sep 2015 20:11:14 +0000 Subject: abort kaflosh 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 e3508df2..e4bd6908 100644 --- a/world/map/conf/magic-level2.sex +++ b/world/map/conf/magic-level2.sex @@ -917,6 +917,8 @@ (FOR i 0 (/ spellpower 3) (BLOCK + (IF (not (pc caster)) + (ABORT)) (FOR j 0 (/ (min @@ -924,6 +926,8 @@ 200) 100) (BLOCK + (IF (not (pc caster)) + (ABORT)) (SET location (random_location area)) (sfx location SFX_RAIN 0) -- cgit v1.2.3-60-g2f50