浏览代码

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