Skip to content

Commit

Permalink
Tutorial: show the female fighteress in the help (if she is chosen)
Browse files Browse the repository at this point in the history
Uses the workaround mentioned in #3012

[ci skip]
  • Loading branch information
sevu committed Jun 8, 2018
1 parent 7feb9ae commit 18a101b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/campaigns/tutorial/lua/character_selection.lua
Expand Up @@ -98,6 +98,8 @@ function wml_actions.select_character()
facing = unit.facing,
}, unit.x, unit.y )
wesnoth.sides[1].side_name = _"Li’sar"
-- enable the help to display this unit's page
wesnoth.add_known_unit("Fighteress")
else
wesnoth.put_unit(unit)
end
Expand Down

0 comments on commit 18a101b

Please sign in to comment.