This commit is contained in:
aozhiwei 2023-09-28 16:33:20 +08:00
parent 8f9842afc4
commit 9419e2728a

View File

@ -2899,7 +2899,7 @@ void Room::OnBattleStart()
Human* craze_hum = nullptr;
if (target) {
for (auto& itr : humans) {
if (itr->IsPlayer()) {
if (itr->IsPlayer() || itr->GetTeam()->HasPlayer()) {
continue;
}
if (!craze_hum) {