Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
explo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Aug 13, 2015
1 parent a7e089a commit ee3a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelligine/synergy/object/ant/Ant.py
Expand Up @@ -23,7 +23,7 @@ def __init__(self, collection, context):
COL_FIGHTER])
self._carried = None
# TODO: Comme pour lorsque une action put est faite, lancer un algo de choix de la mission a suivre.
self._brain.switch_to_mode(MODE_NURSE)
self._brain.switch_to_mode(MODE_EXPLO)
context.metas.list.add(TYPE, self.get_id(), TYPE_ANT)

def die(self):
Expand Down

0 comments on commit ee3a8cf

Please sign in to comment.