From b71b3ffb2e31dad5d6c623bc40d4a4dd8e626ad2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Anselme=20FRAN=C3=87OIS?= <anselme16@hotmail.fr>
Date: Sun, 18 Jun 2023 23:44:18 +0200
Subject: [PATCH] =?UTF-8?q?Added=20riddles=20from=20p=C3=A8re=20fougasse,?=
 =?UTF-8?q?=20from=20les=20Kassos?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 answers.txt       | 2 ++
 modules/fouras.py | 4 ++--
 riddles.txt       | 8 ++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)

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