浏览代码

add forgotten states

Bastien Sevajol 9 年前
父节点
当前提交
5719ff7a5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      intelligine/synergy/Simulation.py

+ 1 - 1
intelligine/synergy/Simulation.py 查看文件

@@ -6,7 +6,7 @@ from intelligine.synergy.event.transport.TakeableAction import TakeableAction
6 6
 from intelligine.synergy.event.move.MoveAction import MoveAction
7 7
 from intelligine.synergy.event.CycleAction import CycleAction
8 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 11
 # TODO: Mettre ailleurs ?
12 12
 def bug_die(bug, context):