Outline the speaker's hex in [message]

Unfortunately, this also highlights the speaker's reach.
This commit is contained in:
Celtic Minstrel 2016-01-02 22:20:36 -05:00
parent 2e293fb61d
commit 129418e2f9

View file

@ -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