소스 검색

Cycle event use COL_TRANSPORTER

Bastien Sevajol 9 년 전
부모
커밋
9b8005097a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      intelligine/synergy/event/CycleEvent.py

+ 2 - 2
intelligine/synergy/event/CycleEvent.py 파일 보기

@@ -1,10 +1,10 @@
1 1
 from synergine.synergy.event.Event import Event
2
-from intelligine.cst import COL_ALIVE # TODO: Crer une col TRANPORTER ?
2
+from intelligine.cst import COL_TRANSPORTER
3 3
 
4 4
 
5 5
 class CycleEvent(Event):
6 6
 
7
-    concern = COL_ALIVE
7
+    concern = COL_TRANSPORTER
8 8
 
9 9
     def _object_match(self, object_id, context, parameters):
10 10
         return True