Browse Source

add forgotten states

Bastien Sevajol 9 years ago
parent
commit
5719ff7a5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      intelligine/synergy/Simulation.py

+ 1 - 1
intelligine/synergy/Simulation.py View File

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):