ソースを参照

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