summaryrefslogtreecommitdiff
path: root/src/q_shroom.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 17:56:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 17:57:00 +0200
commit465063bdf50bdf30b110bb2c37ab114fb68e4662 (patch)
tree83f08fbcae536b1f602c66a39128c0b48d2921b3 /src/q_shroom.c
parent45f32f85eecbdaca1108542adc9733e9b633d9e5 (diff)
Lua: Move the "monster asked for help" help to C
Diffstat (limited to 'src/q_shroom.c')
-rw-r--r--src/q_shroom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_shroom.c b/src/q_shroom.c
index b6e26cdf..4d4d7494 100644
--- a/src/q_shroom.c
+++ b/src/q_shroom.c
@@ -196,7 +196,7 @@ bool_ quest_shroom_speak_hook(char *fmt)
m_name = get_next_arg_str(fmt);
msg_format("%^s asks your help.", m_name);
- exec_lua("ingame_help('monster_chat')");
+ process_hooks_new(HOOK_MON_ASK_HELP, NULL, NULL);
}
else
{