This commit is contained in:
aozhiwei 2023-07-04 12:55:04 +08:00
parent 14f3dc017c
commit 68fc4d2f57
2 changed files with 2 additions and 2 deletions

View File

@ -3643,7 +3643,7 @@ void Human::CalcStats()
} else {
stats->victory = stats->rank == 1;
if (GetTeam()->GetAliveNum() <= 0) {
GetTeam()->team_rank = room->GetAliveTeamNum();
GetTeam()->team_rank = room->GetAliveTeamNum() + 1;
stats->pvp_settlement_type = GetTeam()->GetMemberNum() > 1 ? 1 : 0;
stats->settlement_color = 1;
GetTeam()->settlement_color = 1;

View File

@ -3467,7 +3467,7 @@ void Room::GMFastForward()
}
}
});
GetIncubator()->Clear(6);
GetIncubator()->Clear(1);
for (auto& pair : human_hash_) {
if (pair.second->IsAndroid() &&
!a8::HasBitFlag(pair.second->status, CS_Disable)) {