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

Uses the workaround mentioned in #3012

[ci skip]
This commit is contained in:
Severin Glöckner 2018-06-08 17:58:10 +02:00
parent 7feb9aee11
commit 18a101be66

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