1 parent 9bcebe5 commit cc1d5fcCopy full SHA for cc1d5fc
1 file changed
data/campaigns/Heir_To_The_Throne_Classic/lua/character_selection.lua
@@ -28,7 +28,7 @@ function wml_actions.select_character()
28
29
if selected == 2 then
30
wesnoth.units.to_map({
31
- type = "Tutorial Fighteress",
+ type = "Tutorial_Fighteress",
32
side = 1,
33
id = unit.id,
34
name = _"Li’sar",
@@ -39,7 +39,7 @@ function wml_actions.select_character()
39
}, unit.x, unit.y )
40
wesnoth.sides[1].side_name = _"Li’sar"
41
-- enable the help to display this unit's page
42
- wesnoth.add_known_unit("Tutorial Fighteress")
+ wesnoth.add_known_unit("Tutorial_Fighteress")
43
else
44
wesnoth.units.to_map(unit)
45
end
0 commit comments