This commit is contained in:
2025-12-19 17:27:32 +08:00
parent dc719fbf28
commit 2825ef4e97
35 changed files with 828 additions and 1137 deletions

View File

@@ -75,7 +75,7 @@ namespace ArachnaeSwarm
}
// 智能溅射:次要目标的敌对状态必须与主目标一致
if (secondaryTargetPawn.HostileTo(casterPawn))
if (secondaryTargetPawn.Faction == casterPawn.Faction)
{
continue;
}