Outline the speaker's hex in [message]
Unfortunately, this also highlights the speaker's reach.
This commit is contained in:
parent
2e293fb61d
commit
129418e2f9
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ function wesnoth.wml_actions.message(cfg)
|
|||
wesnoth.scroll_to_tile(speaker.x, speaker.y)
|
||||
end
|
||||
|
||||
wesnoth.select_hex(speaker.x, speaker.y, false)
|
||||
wesnoth.select_hex(speaker.x, speaker.y, true)
|
||||
wesnoth.fire("redraw")
|
||||
end
|
||||
|
||||
if cfg.sound then wesnoth.play_sound(cfg.sound) end
|
||||
|
|
Loading…
Add table
Reference in a new issue