replace submodule ctf_pvp_engine

master
Milan 2018-01-01 22:56:19 +01:00
parent 245db70584
commit c56ba04b11
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -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

View File

@ -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))

View File

@ -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"),
}