From 18a101be6650fa19da900e680a29a39049ce69c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Severin=20Gl=C3=B6ckner?= Date: Fri, 8 Jun 2018 17:58:10 +0200 Subject: [PATCH] Tutorial: show the female fighteress in the help (if she is chosen) Uses the workaround mentioned in #3012 [ci skip] --- data/campaigns/tutorial/lua/character_selection.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/campaigns/tutorial/lua/character_selection.lua b/data/campaigns/tutorial/lua/character_selection.lua index a27a0ce0261f..009ed90d240f 100644 --- a/data/campaigns/tutorial/lua/character_selection.lua +++ b/data/campaigns/tutorial/lua/character_selection.lua @@ -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