Skip to content

Commit

Permalink
Merge remote-tracking branch 'aquileia/DM_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed May 26, 2014
2 parents f4708f5 + 9b51a3a commit 71190a0
Showing 1 changed file with 46 additions and 0 deletions.
Expand Up @@ -58,6 +58,21 @@
[event]
name=prestart
{ELVISH_NPCS_REAPPEAR}
[object]
silent=yes
duration=scenario
[filter]
id=Kalenz
[/filter]
[effect]
apply_to=attack
name=sword
#textdomain wesnoth-units
set_description=_"greatsword"
#textdomain wesnoth-dm
set_icon=attacks/greatsword-orcish.png
[/effect]
[/object]
[/event]
#### /Delfador's code ####

Expand Down Expand Up @@ -151,6 +166,37 @@
{HIGHLIGHT_IMAGE 18 33 scenery/signpost.png ()}
[/event]

[event]
name=recruit,recall
first_time_only=no
[filter]
race=elf
[not]
type=Elvish Shaman, Elvish Druid, Elvish Shyde, Elvish Sorceress, Elvish Enchantress, Elvish Sylph
[/not]
[/filter]
[object]
silent=yes
duration=scenario
[effect]
apply_to=attack
name=sword
set_icon=attacks/sword-orcish.png
[/effect]
[effect]
[filter]
type=Elvish Hero, Elvish Champion, Elvish Marshal
[/filter]
apply_to=attack
name=sword
#textdomain wesnoth-units
set_description=_"greatsword"
#textdomain wesnoth-dm
set_icon=attacks/greatsword-orcish.png
[/effect]
[/object]
[/event]

# next code lifted from Silent Siege in Unstoppable Legion (not
# tested); the idea is to make the riders head for the signposts
[event]
Expand Down

0 comments on commit 71190a0

Please sign in to comment.