Conflicts:
	mods/ctf/ctf_map/ctf_map_core/chest.lua
	mods/other/random_messages/init.lua
This commit is contained in:
philipmi 2021-02-25 21:10:28 +01:00
commit 90a5f37496
2 changed files with 12 additions and 7 deletions

View file

@ -100,10 +100,10 @@ for _, chest_color in pairs(colors) do
"label[5,-0.2;" ..
minetest.formspec_escape("Pro players only") .. "]"
else
formspec = formspec .. "label[4.5,2.75;" ..
formspec = formspec .. "label[4.75,3;" ..
minetest.formspec_escape("You need at least 10000" ..
"\nscore and 1.3+ KD, 10+\ncaptures and a Capture\nRate of at least 33%" ..
"\nto access the pro section") .. "]"
"\nscore and 1.3+ KD, 10+\ncaptures and a Capture\nRate of at least 33%" ..
"\nto access the pro section") .. "]"
end
formspec = formspec ..