Make rules easier to complete

Some players can't pass the interact window...
This commit is contained in:
Ombridride 2015-10-09 19:27:26 +02:00
parent 818da58eb2
commit 9e1dacccfb
1 changed files with 13 additions and 13 deletions

View File

@ -37,8 +37,8 @@ interact.s4_question2 = {
fr = "Puis-je demander à faire partie de l'équipe d'administration ?" fr = "Puis-je demander à faire partie de l'équipe d'administration ?"
} }
interact.s4_question3 = { interact.s4_question3 = {
en = "Am I alllowed to grief a non-protected zone?", en = "Are the spam and flood forbidden?",
fr = "Ai-je le droit de grieffer une zone non-protégée?" fr = "Le spam et flood sont ils interdit ?"
} }
interact.s4_question4 = { interact.s4_question4 = {
en = "Can I freely join the IRC channel?", 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. --The answers to the multiple choice questions. Only one of these should be true.
interact.s4_multi1 = { interact.s4_multi1 = {
en = "No griefing", en = "Cheating allowed",
fr = "Pas de grief" fr = "Triche autorisé"
} }
interact.s4_multi2 = { interact.s4_multi2 = {
en = "No PvP", en = "PvP forbidden",
fr = "Pas de PvP" fr = "PvP interdit"
} }
interact.s4_multi3 = { interact.s4_multi3 = {
en = "Object thief allowed", en = "Swearing/racism forbidden",
fr = "Vol d'objets autorisé" fr = "Insulte/racisme interdit"
} }
--Which answer is needed for the quiz questions. interact.quiz1-4 takes true or false. --Which answer is needed for the quiz questions. interact.quiz1-4 takes true or false.