From 0d04bfd081f912cb562a44227f11af08f6e35841 Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Tue, 14 May 2019 09:54:02 +0200 Subject: [PATCH] Add random message for maps catalog (#414) --- mods/other/random_messages/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/other/random_messages/init.lua b/mods/other/random_messages/init.lua index 21e66c2..0fe0d5c 100644 --- a/mods/other/random_messages/init.lua +++ b/mods/other/random_messages/init.lua @@ -71,7 +71,8 @@ function random_messages.read_messages() "Use /r to check your score and rank, and /rankings to see the league tables.", "Use bandages on team-mates to heal them by 3-4 HP if their health is below 15 HP.", "Use /m to add a team marker at pointed location, that's visible only to team-mates.", - "Use /summary to check scores of the current match and the previous match." + "Use /summary to check scores of the current match and the previous match.", + "Use /maps to view the maps catalog. It also contains license info and attribution details." } end