Use the magic-staff image for Staff of Righteous Flame.

This commit is contained in:
Eric S. Raymond 2008-02-10 18:58:11 +00:00
parent d1c3678356
commit b5c850cfbc

View file

@ -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]