Update ctf_inventory

This commit is contained in:
philipmi 2021-05-27 12:51:20 +02:00
parent 19ab4c4a70
commit 9712c7999c

View file

@ -10,8 +10,10 @@ local items = {
"* Use medkits to replenish health gradually.", "* Use medkits to replenish health gradually.",
"* Gain more score by killing more than you die, or by capturing the flag.", "* Gain more score by killing more than you die, or by capturing the flag.",
"* Players are immune for 5 seconds after they respawn.", "* Players are immune for 5 seconds after they respawn.",
"* Access the pro section of the chest by achieving 2k+ score,", "* 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", " 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", color .. "Team Co-op",
@ -30,12 +32,12 @@ local items = {
color .. "Contact Moderators", color .. "Contact Moderators",
"", "",
"* Report people using /report or the #reports channel in Discord", "* Report people using /report.",
"", "",
color .. "Other", 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 for i = 1, #items do
items[i] = minetest.formspec_escape(items[i]) items[i] = minetest.formspec_escape(items[i])