Explorar el Código

Fix https://github.com/buxx/OpenCombat/issues/13

Bastien Sevajol hace 7 años
padre
commit
5da7b64c7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      synergine2/cycle.py

+ 1 - 1
synergine2/cycle.py Ver fichero

@@ -263,7 +263,7 @@ class CycleManager(BaseObject):
263 263
         for subject in subjects:
264 264
             subject_behaviours = self.get_active_subject_behaviors(subject)
265 265
             if not subject_behaviours:
266
-                break
266
+                continue
267 267
 
268 268
             mechanisms = self.get_mechanisms_from_behaviors(subject_behaviours, subject)
269 269
             if mechanisms: