diff --git a/mods/ctf/ctf_inventory/init.lua b/mods/ctf/ctf_inventory/init.lua index 2a346cf..fa05841 100644 --- a/mods/ctf/ctf_inventory/init.lua +++ b/mods/ctf/ctf_inventory/init.lua @@ -1,5 +1,7 @@ +local color = "#66A0FF" local items = { - minetest.colorize("#66a0ff", "Game Play"), + "", + color .. "Game Play", "", "* Capture an enemy's flag by walking up to it, punching it, then", " running and punching your team's flag.", @@ -12,21 +14,21 @@ local items = { " killing 2 people for every death.", "", - minetest.colorize("#66a0ff", "Team Co-op"), + color .. "Team Co-op", "", "* Your team has a chest near your flag.", "* Your team name is displayed in the top left.", " to talk with only your team, type: /t message", "", - minetest.colorize("#66a0ff", "Player Rankings"), + color .. "Player Rankings", "", "* See the league table by typing /rankings", "* See your position in it by typing /rankings me", "* Get to the top by capturing lots of flags, and having a high K/D ratio.", "", - minetest.colorize("#66a0ff", "Contact Moderators"), + color .. "Contact Moderators", "", "* Report people who sabotage using /report." }