Update ctf_inventory
This commit is contained in:
parent
19ab4c4a70
commit
9712c7999c
1 changed files with 6 additions and 4 deletions
|
@ -10,8 +10,10 @@ local items = {
|
|||
"* Use medkits to replenish health gradually.",
|
||||
"* Gain more score by killing more than you die, or by capturing the flag.",
|
||||
"* Players are immune for 5 seconds after they respawn.",
|
||||
"* Access the pro section of the chest by achieving 2k+ score,",
|
||||
" killing 3 people for every 2 deaths, and capturing the flag at least 10 times",
|
||||
"* Access the pro section of the chest by achieving 10k+ score and either",
|
||||
" killing 3 people for every 2 deaths and capturing the flag at least 10 times",
|
||||
" or killing as many people as you die, capturing the flag on every 3rd attempt",
|
||||
" and at least 30 times.",
|
||||
"",
|
||||
|
||||
color .. "Team Co-op",
|
||||
|
@ -30,12 +32,12 @@ local items = {
|
|||
|
||||
color .. "Contact Moderators",
|
||||
"",
|
||||
"* Report people using /report or the #reports channel in Discord",
|
||||
"* Report people using /report.",
|
||||
"",
|
||||
|
||||
color .. "Other",
|
||||
"",
|
||||
"* Capture The Flag Discord: https://discord.gg/vcZTRPX",
|
||||
"* Capture The Flag Discord (not related to this server): https://discord.gg/vcZTRPX",
|
||||
}
|
||||
for i = 1, #items do
|
||||
items[i] = minetest.formspec_escape(items[i])
|
||||
|
|
Loading…
Reference in a new issue