Fix bug with gender-specific messages in [message]

This commit is contained in:
Gregory A Lundberg 2016-08-19 20:43:50 -05:00
parent 4dbf5b0263
commit 9d44a45f88

View file

@ -211,7 +211,7 @@ local function message_user_choice(cfg, speaker, options, text_input)
end
-- add formatting
msg_cfg.message = add_formatting(cfg, cfg.message)
msg_cfg.message = add_formatting(cfg, msg_cfg.message)
-- Parse input text, if not available all fields are empty
if text_input then