1
This commit is contained in:
parent
8f9842afc4
commit
9419e2728a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user