Browse Source

Cycle event use COL_TRANSPORTER

Bastien Sevajol 9 years ago
parent
commit
9b8005097a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      intelligine/synergy/event/CycleEvent.py

+ 2 - 2
intelligine/synergy/event/CycleEvent.py View File

@@ -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