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:
parent
f5c791d598
commit
322afd978a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue