Reset pro requirements to original, but with second option
This commit is contained in:
parent
b117cf0ea9
commit
e8bcf8fe14
3 changed files with 6 additions and 12 deletions
|
@ -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.75,3;" ..
|
||||
formspec = formspec .. "label[4.5,2.5;" ..
|
||||
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 either 1.5+\nKD & 10+ captures or\n1.0+ KD & 30+ captures\nwith a Capture Rate of" ..
|
||||
"\nat least 33% to access\nthe pro section") .. "]"
|
||||
end
|
||||
|
||||
formspec = formspec ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue