Browse Source

explo by default

Bastien Sevajol 8 years ago
parent
commit
ee3a8cf534
1 changed files with 1 additions and 1 deletions
  1. 1 1
      intelligine/synergy/object/ant/Ant.py

+ 1 - 1
intelligine/synergy/object/ant/Ant.py View File

@@ -23,7 +23,7 @@ class Ant(Bug):
23 23
                                                            COL_FIGHTER])
24 24
         self._carried = None
25 25
         #  TODO: Comme pour lorsque une action put est faite, lancer un algo de choix de la mission a suivre.
26
-        self._brain.switch_to_mode(MODE_NURSE)
26
+        self._brain.switch_to_mode(MODE_EXPLO)
27 27
         context.metas.list.add(TYPE, self.get_id(), TYPE_ANT)
28 28
 
29 29
     def die(self):