From 9c398972ea19acd7141859dcc2885fb1d3078103 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 23 Nov 2020 12:00:45 +0100 Subject: [PATCH] update quest msg --- data/msg_rules.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/msg_rules.json b/data/msg_rules.json index 5874f15..08c8375 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1711,6 +1711,14 @@ "chat_id": 0, "user_id": 0 }, + { + "prio": 5000, + "descn": "Quest result #101", + "rule": "^Statistically speaking, you come back empty handed from every third adventure in the forest\\. Seems like you drew your lucky ticket\\. You came back from the forest\\. And guess what\\? Nothing interesting happened\\.(?s:.*)$", + "msg_type": "msg_quest_res", + "chat_id": 0, + "user_id": 0 + }, { "prio": 5000, "descn": "Quest Req",