1
This commit is contained in:
parent
7d5656d946
commit
ba365a2ed6
@ -933,7 +933,11 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
|
||||
return true;
|
||||
});
|
||||
}
|
||||
msg.set_star_num(mt::Param::GetStarNum(stats->rank));
|
||||
if (GetBattleContext()->GetBattleTimes() < 10) {
|
||||
msg.set_star_num(10);
|
||||
} else {
|
||||
msg.set_star_num(mt::Param::GetStarNum(stats->rank));
|
||||
}
|
||||
if (GetTeam()->already_report_battle) {
|
||||
msg.mutable_settlement_new()->set_settlement_status(1);
|
||||
auto p = msg.mutable_settlement_new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user