fix bug #19188 the way I envisioned it
This commit is contained in:
parent
bbaa97e898
commit
7b9233abe6
2 changed files with 12 additions and 0 deletions
|
@ -195,6 +195,12 @@ Recruiting"
|
|||
name= _"Li’sar"
|
||||
canrecruit=yes
|
||||
[/unit]
|
||||
[lua]
|
||||
code=<<
|
||||
local _ = wesnoth.textdomain("wesnoth-tutorial")
|
||||
wesnoth.sides[1].current_player = tostring(_"Li’sar") --# wmllint: ignore
|
||||
>>
|
||||
[/lua]
|
||||
[redraw][/redraw]
|
||||
[/command]
|
||||
[/option]
|
||||
|
|
|
@ -412,6 +412,12 @@
|
|||
equals=female
|
||||
[/variable]
|
||||
[then]
|
||||
[lua]
|
||||
code=<<
|
||||
local _ = wesnoth.textdomain("wesnoth-tutorial")
|
||||
wesnoth.sides[1].current_player = tostring(_"Li’sar") --# wmllint: ignore
|
||||
>>
|
||||
[/lua]
|
||||
[store_unit]
|
||||
[filter]
|
||||
id=student
|
||||
|
|
Loading…
Add table
Reference in a new issue