diff options
-rw-r--r-- | world/map/conf/magic-level2.sex | 4 |
1 files changed, 4 insertions, 0 deletions
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) |