Deselect speaker after [message]
This commit is contained in:
parent
1f41eca6e1
commit
fa9a394987
1 changed files with 3 additions and 0 deletions
|
@ -237,6 +237,9 @@ function wesnoth.wml_actions.message(cfg)
|
|||
wesnoth.set_variable(text_input.variable or "input", choice.text)
|
||||
end
|
||||
end
|
||||
|
||||
-- Unhilight the speaker
|
||||
wesnoth.deselect_hex()
|
||||
|
||||
if #options > 0 then
|
||||
if option_chosen > #options then
|
||||
|
|
Loading…
Add table
Reference in a new issue