diff --git a/answers.txt b/answers.txt index 8b387f5..1288f07 100644 --- a/answers.txt +++ b/answers.txt @@ -336,3 +336,5 @@ chance respiration oiseaux volcan +ma bite +mon cul \ No newline at end of file diff --git a/modules/fouras.py b/modules/fouras.py index 31024a7..ecfbb05 100644 --- a/modules/fouras.py +++ b/modules/fouras.py @@ -95,11 +95,11 @@ class FourasModule(BaseModule): ) if clue: - return "Énigme {0}:\n{1}\n{2}".format( + return "Énigme {0}:\n{1}\nQui suis-je ?\n{2}".format( current_riddle["index"] + 1, formatted_riddle, clue ) else: - return "Énigme {0}:\n{1}".format( + return "Énigme {0}:\n{1}\nQui suis-je ?".format( current_riddle["index"] + 1, formatted_riddle ) diff --git a/riddles.txt b/riddles.txt index 0cd6223..56a7a39 100644 --- a/riddles.txt +++ b/riddles.txt @@ -1648,3 +1648,11 @@ C'est une situation instable, Un caractère impétueux, Une montagne très capable ; D'ensevelir jeunes et vieux. + +Mon coup n'est pas fatal, +Mais je fais parfois mal, +Souvent je suis dressé, +Et sent bon la marée. + +Je suis blanc comme la neige, +Mais je suis chaud comme la braise. \ No newline at end of file