diff --git a/.gitmodules b/.gitmodules index 850a64e..1b619c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "mods/ctf_pvp_engine"] path = mods/ctf_pvp_engine - url = https://github.com/rubenwardy/ctf_pvp_engine + url = https://git.tchncs.de/Illuna-Minetest/ctf_pvp_engine [submodule "mods/irc"] path = mods/irc url = https://git.tchncs.de/Illuna-Minetest/irc diff --git a/mods/ctf_match/reset.lua b/mods/ctf_match/reset.lua index e4e2578..28e7032 100644 --- a/mods/ctf_match/reset.lua +++ b/mods/ctf_match/reset.lua @@ -9,7 +9,7 @@ function ctf_match.next() local r = ctf.setting("match.map_reset_limit") if r > 0 then - minetest.chat_send_all("Resetting the map, this may take a few moments...") + minetest.chat_send_all(core.colorize("#c44eb5", "Resetting the map, this may take a few moments...")) minetest.after(0.5, function() minetest.delete_area(vector.new(19245, -45, 19698), vector.new(18672, 100, 20353)) diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index 0c40817..74bfe7d 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -62,7 +62,7 @@ function random_messages.read_messages() mc(base, "# Illuna-Notes: Mithril swords do more damage than guns, but you need to be up close."), mc(base, "# Illuna-Notes: Gain more score by killing more than you die, or by capturing the flag."), mc(base, "# Illuna-Notes: You gain more score the better the opponent you defeat."), - mc(base, "# Illuna-Notes: Be faster! Hold ")..mc(hightlight, "E")..mc(base, " to sprint!"), + mc(base, "# Illuna-Notes: Be faster! Hold ")..mc(highlight, "E")..mc(base, " to sprint!"), mc(base, "# Illuna-Notes: Ferns do drop useful food!"), mc(base, "# Illuna-Notes: Did you know? Illuna is powered by donations, you can help letting it survive: ")..mc(url,"https://illuna.rocks/donate")..mc(base,". Each single microdonation helps a bunch. :3"), }