diff --git a/mods/ctf/ctf_inventory/init.lua b/mods/ctf/ctf_inventory/init.lua index 785d269..841e935 100644 --- a/mods/ctf/ctf_inventory/init.lua +++ b/mods/ctf/ctf_inventory/init.lua @@ -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])