Tutorial: show the female fighteress in the help (if she is chosen)

Uses the workaround mentioned in #3012

[ci skip]

(cherry-picked from commit 18a101be66)
This commit is contained in:
Severin Glöckner 2018-06-08 17:58:10 +02:00
parent f5c791d598
commit 322afd978a

View file

@ -98,6 +98,8 @@ function wml_actions.select_character()
facing = unit.facing,
}, unit.x, unit.y )
wesnoth.sides[1].side_name = _"Lisar"
-- enable the help to display this unit's page
wesnoth.add_known_unit("Fighteress")
else
wesnoth.put_unit(unit)
end