Add more random_messages

This commit is contained in:
rubenwardy 2018-01-03 02:50:20 +00:00
parent c84e8f8610
commit 825521b7ef
2 changed files with 3 additions and 2 deletions

View file

@ -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},

View file

@ -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