mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Make rules easier to complete
Some players can't pass the interact window...
This commit is contained in:
parent
818da58eb2
commit
9e1dacccfb
@ -37,8 +37,8 @@ interact.s4_question2 = {
|
||||
fr = "Puis-je demander à faire partie de l'équipe d'administration ?"
|
||||
}
|
||||
interact.s4_question3 = {
|
||||
en = "Am I alllowed to grief a non-protected zone?",
|
||||
fr = "Ai-je le droit de grieffer une zone non-protégée?"
|
||||
en = "Are the spam and flood forbidden?",
|
||||
fr = "Le spam et flood sont ils interdit ?"
|
||||
}
|
||||
interact.s4_question4 = {
|
||||
en = "Can I freely join the IRC channel?",
|
||||
@ -51,16 +51,16 @@ interact.s4_multi_question = {
|
||||
|
||||
--The answers to the multiple choice questions. Only one of these should be true.
|
||||
interact.s4_multi1 = {
|
||||
en = "No griefing",
|
||||
fr = "Pas de grief"
|
||||
en = "Cheating allowed",
|
||||
fr = "Triche autorisé"
|
||||
}
|
||||
interact.s4_multi2 = {
|
||||
en = "No PvP",
|
||||
fr = "Pas de PvP"
|
||||
en = "PvP forbidden",
|
||||
fr = "PvP interdit"
|
||||
}
|
||||
interact.s4_multi3 = {
|
||||
en = "Object thief allowed",
|
||||
fr = "Vol d'objets autorisé"
|
||||
en = "Swearing/racism forbidden",
|
||||
fr = "Insulte/racisme interdit"
|
||||
}
|
||||
|
||||
--Which answer is needed for the quiz questions. interact.quiz1-4 takes true or false.
|
||||
|
Loading…
Reference in New Issue
Block a user