anti ardennes
This commit is contained in:
parent
ec2551811d
commit
0379e571d4
1 changed files with 3 additions and 1 deletions
4
main.py
4
main.py
|
@ -224,7 +224,9 @@ if __name__ == "__main__":
|
||||||
"ouais": createBaseAnswers("stern"),
|
"ouais": createBaseAnswers("stern"),
|
||||||
"comment": createBaseAnswers("tateur"),
|
"comment": createBaseAnswers("tateur"),
|
||||||
"mais": createBaseAnswers("on"),
|
"mais": createBaseAnswers("on"),
|
||||||
"fort": createBaseAnswers("boyard")
|
"fort": createBaseAnswers("boyard") + [
|
||||||
|
"boyard (-ennes)"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
universalBase = createBaseTrigger(list(base.values())) # creation of a list of all the words
|
universalBase = createBaseTrigger(list(base.values())) # creation of a list of all the words
|
||||||
|
|
Reference in a new issue