Fix bug #1687729: Spell create repulsion wall is broken.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5879 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2007-03-25 13:10:24 +00:00
parent b80cc712c5
commit fc80857d87
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,10 @@
Changes for SVN top of tree: Changes for SVN top of tree:
Fix bug #1687729: Spell "create repulsion wall" is broken. Missing
move_block field. Also replace obsolete no_pass with move_block all.
spell/MagicWall/spell_create_earth_wall.arc spell_repelwall.arc
Nicolas Weeger 2007-03-25
Make event_xxx invisible, avoids many issues in the object handling Make event_xxx invisible, avoids many issues in the object handling
routines. routines.
--- ---

View File

@ -17,7 +17,7 @@ duration 40
duration_modifier 1 duration_modifier 1
range 2 range 2
range_modifier 10 range_modifier 10
no_pass 1 move_block all
msg msg
Create earth wall will create a line of earth Create earth wall will create a line of earth
walls. Unlike other magic wall spells, the walls. Unlike other magic wall spells, the

View File

@ -20,6 +20,7 @@ is_used_up 1
maxsp 20 maxsp 20
range 1 range 1
range_modifier 60 range_modifier 60
move_block all
msg msg
Create repulsion wall creates a wall that will repel any creature unless Create repulsion wall creates a wall that will repel any creature unless
it flies. However it requires alot of mana to cast and has limited duration. it flies. However it requires alot of mana to cast and has limited duration.