Skip to content

Commit 69efaeb

Browse files
committed
Update ModifyOldDuke.cs
1 parent e00a733 commit 69efaeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Content/ADV/Scenarios/Abysses/OldDukes/ModifyOldDuke.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ public override bool CanOverride() {
7171
if (!CWRRef.Has) {//如果没有灾厄Mod,就不覆盖AI,避免潜在的兼容性问题
7272
return false;
7373
}
74+
if (!VaultUtils.isSinglePlayer) {
75+
return false;//本AI包含多个需要本地玩家驱动的状态转换和场景触发,在多人模式下可能会出现同步问题,暂时只在单人模式启用
76+
}
7477
if (CWRRef.GetBossRushActive()) {
7578
return false;
7679
}

0 commit comments

Comments
 (0)