fix broken attack image for sceptre of fire
This commit is contained in:
parent
97c85610d9
commit
34247a8965
6 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,7 @@ CVS HEAD:
|
|||
* removed tooltip picture (#14134): with #14084 present this cannot be fixed
|
||||
* fixed Lich using wrong image (#14139)
|
||||
* made checksums work on AMD64
|
||||
* fixed broken scepter of fire attack icon (#14028)
|
||||
* various bug fixes and code cleanups
|
||||
|
||||
Version 0.9.5:
|
||||
|
|
|
@ -92,6 +92,7 @@ get_hit_sound=female-hit.wav
|
|||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
icon=attacks/fireball.png
|
||||
damage=16
|
||||
number=4
|
||||
[sound]
|
||||
|
|
|
@ -133,6 +133,7 @@ get_hit_sound=groan.wav
|
|||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
icon=attacks/fireball.png
|
||||
damage=16
|
||||
number=4
|
||||
[sound]
|
||||
|
|
|
@ -84,6 +84,7 @@ get_hit_sound=groan.wav
|
|||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
icon=attacks/fireball.png
|
||||
damage=12
|
||||
number=3
|
||||
[sound]
|
||||
|
|
|
@ -117,6 +117,7 @@ get_hit_sound=groan.wav
|
|||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
icon=attacks/fireball.png
|
||||
damage=18
|
||||
number=4
|
||||
[sound]
|
||||
|
|
|
@ -78,6 +78,7 @@ get_hit_sound=female-hit.wav
|
|||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
icon=attacks/fireball.png
|
||||
damage=14
|
||||
number=4
|
||||
[frame]
|
||||
|
|
Loading…
Add table
Reference in a new issue