From 825521b7efa5f9f14fda1dc1b0925c33f62f263e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 3 Jan 2018 02:50:20 +0000 Subject: [PATCH] Add more random_messages --- mods/doors/init.lua | 2 +- mods/random_messages/init.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/doors/init.lua b/mods/doors/init.lua index a6a2355..7f19c4d 100644 --- a/mods/doors/init.lua +++ b/mods/doors/init.lua @@ -434,7 +434,7 @@ doors.register("door_wood", { doors.register("door_steel", { tiles = {{name = "doors_door_steel.png", backface_culling = true}}, - description = "Steel Door", + description = "Team Door", inventory_image = "doors_item_steel.png", protected = true, groups = {cracky = 1, level = 2}, diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index eb8b5a9..1175aa0 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -54,7 +54,8 @@ function random_messages.read_messages() "You gain more score the better the opponent you defeat.", "Players are immune for 10 seconds after they respawn.", "Access the pro section of the chest by achieving a 2k+ score and killing 2 people for every death.", - "Use steel doors to stop the enemy walking into your base", + "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", } end