Merge pull request #753 from GregoryLundberg/GL_gender_messages_fix

Fix bug with gender-specific messages in [message]
This commit is contained in:
Charles Dang 2016-08-20 12:59:41 +11:00 committed by GitHub
commit 7fab08508f

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