1
This commit is contained in:
parent
14f3dc017c
commit
68fc4d2f57
@ -3643,7 +3643,7 @@ void Human::CalcStats()
|
|||||||
} else {
|
} else {
|
||||||
stats->victory = stats->rank == 1;
|
stats->victory = stats->rank == 1;
|
||||||
if (GetTeam()->GetAliveNum() <= 0) {
|
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->pvp_settlement_type = GetTeam()->GetMemberNum() > 1 ? 1 : 0;
|
||||||
stats->settlement_color = 1;
|
stats->settlement_color = 1;
|
||||||
GetTeam()->settlement_color = 1;
|
GetTeam()->settlement_color = 1;
|
||||||
|
@ -3467,7 +3467,7 @@ void Room::GMFastForward()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
GetIncubator()->Clear(6);
|
GetIncubator()->Clear(1);
|
||||||
for (auto& pair : human_hash_) {
|
for (auto& pair : human_hash_) {
|
||||||
if (pair.second->IsAndroid() &&
|
if (pair.second->IsAndroid() &&
|
||||||
!a8::HasBitFlag(pair.second->status, CS_Disable)) {
|
!a8::HasBitFlag(pair.second->status, CS_Disable)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user