Use the magic-staff image for Staff of Righteous Flame.
This commit is contained in:
parent
d1c3678356
commit
b5c850cfbc
1 changed files with 4 additions and 4 deletions
|
@ -70,9 +70,9 @@
|
|||
y={Y}
|
||||
[/filter]
|
||||
[object]
|
||||
id=borf # Prevent it from being picked up more than once.
|
||||
id=sorf # Prevent it from being picked up more than once.
|
||||
name= _ "Staff of Righteous Flame"
|
||||
image=items/staff.png
|
||||
image=items/staff-magic.png
|
||||
duration=forever
|
||||
description= _ "This staff gives a dying mage a final strike that will destroy all nearby enemies."
|
||||
cannot_use_message= _ "Only mages can wield the Staff."
|
||||
|
@ -87,7 +87,7 @@
|
|||
x,y={X},{Y}
|
||||
[/removeitem]
|
||||
{PLACE_IMAGE "scenery/temple1.png" {X} {Y}}
|
||||
{MODIFY_UNIT x,y={X},{Y} variables.has_borf yes}
|
||||
{MODIFY_UNIT x,y={X},{Y} variables.has_sorf yes}
|
||||
[/then]
|
||||
[effect]
|
||||
apply_to=new_ability
|
||||
|
@ -110,7 +110,7 @@
|
|||
type={MAGES}
|
||||
[wml_filter]
|
||||
[variables]
|
||||
has_borf=yes
|
||||
has_sorf=yes
|
||||
[/variables]
|
||||
[/wml_filter]
|
||||
[/filter]
|
||||
|
|
Loading…
Add table
Reference in a new issue