Fixed storm trident using the deprecated weapon special syntax.
This commit is contained in:
parent
b7056a1138
commit
ec3627ce5f
1 changed files with 5 additions and 3 deletions
|
@ -670,7 +670,9 @@ What would you like to wish for?"
|
|||
icon=attacks/lightning.png
|
||||
type=fire
|
||||
range=ranged
|
||||
special=magical
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
damage=14
|
||||
number=2
|
||||
[animation]
|
||||
|
@ -684,7 +686,7 @@ What would you like to wish for?"
|
|||
hits=no
|
||||
[frame]
|
||||
begin=-200
|
||||
end=100
|
||||
end=0
|
||||
sound=lightning-miss.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
|
@ -692,7 +694,7 @@ What would you like to wish for?"
|
|||
hits=yes
|
||||
[frame]
|
||||
begin=-200
|
||||
end=100
|
||||
end=0
|
||||
sound=lightning.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
|
|
Loading…
Add table
Reference in a new issue