diff --git a/putsch.py b/putsch.py
index 36897eaebc92b269e63ee4c084cd0f608a114282..d8711f3db040436a13c77f32fe09b14d1c2c6c2b 100644
--- a/putsch.py
+++ b/putsch.py
@@ -118,6 +118,7 @@ class Boooob(ircbot.SingleServerIRCBot):
 
         self.voleur = ""
         self.voleurtrig = 1
+        choix = []
 
         self.ancien = ""
         self.canlive = 1
@@ -157,7 +158,7 @@ class Boooob(ircbot.SingleServerIRCBot):
             # Voleur
             if self.voleur == personne:
                 #TODO doit n'avoir que deux choix parmis toutes les cartes restantes
-                for f in self.cartes:
+                for f in choix:
                     if f in message:
                         serv.privmsg(personne, "Tu as choisi : "+f)
                         if f == "loups":
@@ -458,7 +459,6 @@ class Boooob(ircbot.SingleServerIRCBot):
                     self.phase2trig = 0
 
                 if self.voleur != "" and self.phase2 == 0 and self.voleurtrig == 1:
-                    choix = []
                     choix.append(self.cartes.pop(rand.randint(0, len(self.cartes) -1)))
                     choix.append(self.cartes.pop(rand.randint(0, len(self.cartes) - 1))) # on crée une liste de deux choix
                     serv.privmsg(self.voleur, "Tu es le voleur, tes choix sont : " +