Browse Source

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

Bastien Sevajol 6 years ago
parent
commit
5da7b64c7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synergine2/cycle.py

+ 1 - 1
synergine2/cycle.py View File

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