Bastien Sevajol 11 лет назад
Родитель
Сommit
5719ff7a5e
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      intelligine/synergy/Simulation.py

+ 1 - 1
intelligine/synergy/Simulation.py Просмотреть файл

6
 from intelligine.synergy.event.move.MoveAction import MoveAction
6
 from intelligine.synergy.event.move.MoveAction import MoveAction
7
 from intelligine.synergy.event.CycleAction import CycleAction
7
 from intelligine.synergy.event.CycleAction import CycleAction
8
 from intelligine.cst import COL_TRANSPORTER_CARRYING, COL_TRANSPORTER_NOT_CARRYING, \
8
 from intelligine.cst import COL_TRANSPORTER_CARRYING, COL_TRANSPORTER_NOT_CARRYING, \
9
-    COL_WALKER, ACTION_DIE, COL_ALIVE
9
+    COL_WALKER, ACTION_DIE, COL_ALIVE, ALIVE, ATTACKABLE
10
 
10
 
11
 # TODO: Mettre ailleurs ?
11
 # TODO: Mettre ailleurs ?
12
 def bug_die(bug, context):
12
 def bug_die(bug, context):