HttT S19a Fix bug: Paladin can use sword
An earlier change from blade to arcane for the Paladin's Holy Sword made the Flaming Sword ineffective and he was removed from the list of unit types allowed to take the sword. This re-instates Paladin by changing the effect filter. I checked all CURRENT units and minimized the filter so the Flaming Sword only effects the swords and the sabre Li'Sar uses.
This commit is contained in:
parent
9b80ea9689
commit
ecf4a1366a
1 changed files with 2 additions and 3 deletions
|
@ -128,7 +128,7 @@
|
|||
description= _ "This massive blade was created centuries ago by long-forgotten elvish forgemasters, who imbued the bluish steel with an inner magical fire. Tongues of flame dance on the surface, giving the metal a flawless mirrored finish."
|
||||
cannot_use_message= _ "Only the leader of an army can wield this sword!"
|
||||
[filter]
|
||||
type=Fighter,Commander,Lord,Princess,Battle Princess,Elvish Captain,Elvish Hero,Elvish Marshal,Elvish Champion,Elvish Lord,Elvish High Lord
|
||||
type=Fighter,Commander,Lord,Princess,Battle Princess,Elvish Captain,Elvish Hero,Elvish Marshal,Elvish Champion,Paladin,Elvish Lord,Elvish High Lord
|
||||
x,y={X},{Y}
|
||||
[/filter]
|
||||
[then]
|
||||
|
@ -146,8 +146,7 @@
|
|||
[/then]
|
||||
[effect]
|
||||
apply_to=attack
|
||||
range=melee #includes Li'sar's saber
|
||||
type=blade #excludes Paladin's lance
|
||||
name=sword,saber
|
||||
set_description= _ "flaming sword"
|
||||
set_icon=attacks/sword-flaming.png
|
||||
set_type=fire
|
||||
|
|
Loading…
Add table
Reference in a new issue