Skip to content

Commit

Permalink
DM: If player has elves in S19, store them at victory
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon committed Oct 11, 2017
1 parent 0d2519c commit a61fa59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/campaigns/Delfadors_Memoirs/utils/sides.cfg
Expand Up @@ -530,6 +530,18 @@
# them back would imply that dwarves had been following him around
# *in Wesnoth* for 26 years. Revisit this if we let Delfador
# have his elvish veterans for this battle.
# If the player has recruited any elves, store them
[store_unit]
variable=delfador_elvish_veterans
mode=append
[filter]
side=1
race=elf
[not]
id=Kalenz
[/not]
[/filter]
[/store_unit]
{MEMOIRS_STORE_MATCHING_UNITS (
[not]
id=Kalenz
Expand Down

0 comments on commit a61fa59

Please sign in to comment.