From 34969ec7d20583e01d8bc14f078548ad850857d4 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 26 Jan 2018 16:45:35 +0000 Subject: [PATCH] Add mention of furnaces to random messages and help --- mods/ctf_inventory/init.lua | 2 +- mods/random_messages/init.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/ctf_inventory/init.lua b/mods/ctf_inventory/init.lua index ca362e6..662eb43 100644 --- a/mods/ctf_inventory/init.lua +++ b/mods/ctf_inventory/init.lua @@ -3,7 +3,7 @@ local items = { "", "* Capture an enemy's flag by walking up to it, punching it, then", " running and punching your team's flag.", - "* Look for weapons and other resources in chests.", + "* Look for weapons and other resources in chests, or mine and use furnaces to make swords.", "* Good swords do more damage than guns, but need to be used at close range.", "* Use apples to replenish health quickly.", "* Gain more score by killing more than you die, or by capturing the flag.", diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index 1b6d87e..ee382a7 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -52,6 +52,7 @@ function random_messages.read_messages() "Steel swords do more damage than guns, but you need to be up close.", "Gain more score by killing more than you die, or by capturing the flag.", "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.", "Use team doors (steel) to stop the enemy walking into your base.",