From db0a972f20d9e04447974298436803597a5181c5 Mon Sep 17 00:00:00 2001 From: mwedel Date: Mon, 2 Jan 2006 06:44:13 +0000 Subject: [PATCH] Apply patch 1394861 - fixes magic walls so they properly propogate. MSW 2006-01-01 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4256 282e977c-c81d-0410-88c4-b93c2d0d6712 --- spell/Ability/abil_frost_wall.arc | 1 + spell/MagicWall/spell_build_bullet_wall.arc | 1 + spell/MagicWall/spell_build_director.arc | 1 + spell/MagicWall/spell_build_fireball_wall.arc | 1 + spell/MagicWall/spell_build_lightning_wall.arc | 1 + spell/MagicWall/spell_counterwall.arc | 1 + spell/MagicWall/spell_create_frost_wall.arc | 1 + spell/MagicWall/spell_create_lava.arc | 1 + spell/MagicWall/spell_darkness.arc | 1 + 9 files changed, 9 insertions(+) diff --git a/spell/Ability/abil_frost_wall.arc b/spell/Ability/abil_frost_wall.arc index 494969492..96a53bb5a 100644 --- a/spell/Ability/abil_frost_wall.arc +++ b/spell/Ability/abil_frost_wall.arc @@ -19,4 +19,5 @@ dam_modifier 3 maxsp 8 attacktype 16 range 2 +no_pass 1 end diff --git a/spell/MagicWall/spell_build_bullet_wall.arc b/spell/MagicWall/spell_build_bullet_wall.arc index 04ee077e7..789554898 100644 --- a/spell/MagicWall/spell_build_bullet_wall.arc +++ b/spell/MagicWall/spell_build_bullet_wall.arc @@ -27,4 +27,5 @@ magic bullets, as per the magic bullet spell. The bullet wall itself can be torn down, and will eventually expire on its own. endmsg +no_pass 1 end diff --git a/spell/MagicWall/spell_build_director.arc b/spell/MagicWall/spell_build_director.arc index e08bcd8d3..6d8d5c0d8 100644 --- a/spell/MagicWall/spell_build_director.arc +++ b/spell/MagicWall/spell_build_director.arc @@ -28,4 +28,5 @@ most notably bullets and bolts. Thus, it can be used to be able to fire a spell around a corner, or direct a spell back at the caster. endmsg +no_pass 1 end diff --git a/spell/MagicWall/spell_build_fireball_wall.arc b/spell/MagicWall/spell_build_fireball_wall.arc index fc991e293..773ee5bee 100644 --- a/spell/MagicWall/spell_build_fireball_wall.arc +++ b/spell/MagicWall/spell_build_fireball_wall.arc @@ -28,4 +28,5 @@ normal fireballs. The wall can be torn down by creatures, and will eventually expire of its own accord. endmsg +no_pass 1 end diff --git a/spell/MagicWall/spell_build_lightning_wall.arc b/spell/MagicWall/spell_build_lightning_wall.arc index 40b9da712..7732da510 100644 --- a/spell/MagicWall/spell_build_lightning_wall.arc +++ b/spell/MagicWall/spell_build_lightning_wall.arc @@ -28,4 +28,5 @@ direction the spell is cast. The wall can be torn down by creatures, and will eventually expire of its own accord. endmsg +no_pass 1 end diff --git a/spell/MagicWall/spell_counterwall.arc b/spell/MagicWall/spell_counterwall.arc index 4fff073be..bc67dd079 100644 --- a/spell/MagicWall/spell_counterwall.arc +++ b/spell/MagicWall/spell_counterwall.arc @@ -27,4 +27,5 @@ affected area. Counterwalls can be useful to constantly neutralize spell effects. The counterwall itself has a finite duration. endmsg +no_pass 1 end diff --git a/spell/MagicWall/spell_create_frost_wall.arc b/spell/MagicWall/spell_create_frost_wall.arc index c347a302f..3748a307b 100644 --- a/spell/MagicWall/spell_create_frost_wall.arc +++ b/spell/MagicWall/spell_create_frost_wall.arc @@ -21,4 +21,5 @@ maxsp 8 attacktype 18 range 2 range_modifier 12 +no_pass 1 end diff --git a/spell/MagicWall/spell_create_lava.arc b/spell/MagicWall/spell_create_lava.arc index 0cf5cd99a..3d350440e 100644 --- a/spell/MagicWall/spell_create_lava.arc +++ b/spell/MagicWall/spell_create_lava.arc @@ -19,4 +19,5 @@ duration 100 duration_modifier 1 maxsp 20 range 0 +no_pass 1 end diff --git a/spell/MagicWall/spell_darkness.arc b/spell/MagicWall/spell_darkness.arc index 777b92717..810cd8dc9 100644 --- a/spell/MagicWall/spell_darkness.arc +++ b/spell/MagicWall/spell_darkness.arc @@ -18,4 +18,5 @@ duration_modifier 2 maxgrace 50 range 2 range_modifier 13 +no_pass 1 end