From 9d6c4ef5f3d7b629ed437ada3a55b34238a26290 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 27 Jan 2018 00:54:56 +0000 Subject: [PATCH] Fix incorrect random message after pro-section K/D requirement decrease --- mods/random_messages/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index ee382a7..86cd614 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -54,7 +54,7 @@ function random_messages.read_messages() "You gain more score the better the opponent you defeat.", "Find weapons in chests or mine and use furnaces to make stronger swords.", "Players are immune to attack for 15 seconds after they respawn.", - "Access the pro section of the chest by achieving a 1k+ score and killing 2 people for every death.", + "Access the pro section of the chest by achieving a 1k+ score and killing 3 people for every 2 deaths.", "Use team doors (steel) to stop the enemy walking into your base.", "Sprint by pressing the fast key (E) when you have stamina.", "Like CTF? Give feedback using /report, and consider donating at rubenwardy.com/donate",