Add more random_messages
This commit is contained in:
parent
c84e8f8610
commit
825521b7ef
2 changed files with 3 additions and 2 deletions
|
@ -434,7 +434,7 @@ doors.register("door_wood", {
|
||||||
|
|
||||||
doors.register("door_steel", {
|
doors.register("door_steel", {
|
||||||
tiles = {{name = "doors_door_steel.png", backface_culling = true}},
|
tiles = {{name = "doors_door_steel.png", backface_culling = true}},
|
||||||
description = "Steel Door",
|
description = "Team Door",
|
||||||
inventory_image = "doors_item_steel.png",
|
inventory_image = "doors_item_steel.png",
|
||||||
protected = true,
|
protected = true,
|
||||||
groups = {cracky = 1, level = 2},
|
groups = {cracky = 1, level = 2},
|
||||||
|
|
|
@ -54,7 +54,8 @@ function random_messages.read_messages()
|
||||||
"You gain more score the better the opponent you defeat.",
|
"You gain more score the better the opponent you defeat.",
|
||||||
"Players are immune for 10 seconds after they respawn.",
|
"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.",
|
"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",
|
"Like CTF? Give feedback using /report, and consider donating at rubenwardy.com/donate",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue