浏览代码

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

Bastien Sevajol 7 年前
父节点
当前提交
5da7b64c7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      synergine2/cycle.py

+ 1 - 1
synergine2/cycle.py 查看文件

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