소스 검색

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