Tutorial: Fix flag tooltip reading "Konrad" even when playing as "Li'sar"

Addresses #1175
This commit is contained in:
Celtic Minstrel 2018-02-18 12:49:52 -05:00
parent 29942eec35
commit ae0ba18f96
2 changed files with 14 additions and 0 deletions

View file

@ -98,6 +98,7 @@ function wml_actions.select_character()
canrecruit = true,
facing = unit.facing,
}, unit.x, unit.y )
wesnoth.sides[1].side_name = _"Lisar"
else
wesnoth.put_unit(unit)
end

View file

@ -137,6 +137,19 @@
{TURNS_RUN_OUT}
[/objectives]
[if]
[have_unit]
canrecruit=yes
gender=female
[/have_unit]
[then]
[modify_side]
side=1
side_name=_"Lisar"
[/modify_side]
[/then]
[/if]
[disallow_end_turn][/disallow_end_turn]
[/event]