Skip to content

Commit

Permalink
Tutorial: Fix flag tooltip reading "Konrad" even when playing as "Li'…
Browse files Browse the repository at this point in the history
…sar"

Addresses #1175
  • Loading branch information
CelticMinstrel committed Feb 18, 2018
1 parent 29942ee commit ae0ba18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/campaigns/tutorial/lua/character_selection.lua
Expand Up @@ -98,6 +98,7 @@ function wml_actions.select_character()
canrecruit = true,
facing = unit.facing,
}, unit.x, unit.y )
wesnoth.sides[1].side_name = _"Li’sar"
else
wesnoth.put_unit(unit)
end
Expand Down
13 changes: 13 additions & 0 deletions data/campaigns/tutorial/scenarios/02_Tutorial_part_2.cfg
Expand Up @@ -137,6 +137,19 @@
{TURNS_RUN_OUT}
[/objectives]

[if]
[have_unit]
canrecruit=yes
gender=female
[/have_unit]
[then]
[modify_side]
side=1
side_name=_"Li’sar"
[/modify_side]
[/then]
[/if]

[disallow_end_turn][/disallow_end_turn]
[/event]

Expand Down

0 comments on commit ae0ba18

Please sign in to comment.