Merge remote-tracking branch 'origin/master_test_gn' into master_test_gn

back_recharge
duhui 2022-04-27 16:24:38 +08:00
commit a614979ef8
1 changed files with 2 additions and 1 deletions

View File

@ -265,11 +265,12 @@ public class ChallengeLogic {
builder.setResult(1);
} else {
if (type == 1){
if(time>=20){
if(time >= 20){
//无尽副本回合数超过20 赢
user.getPlayerInfoManager().setEndlessNewReplica(id);
comDropMap = dropMap(sChallengeConfig, model, type, 1, fightResult.getCheckResult(),time,builder);
builder.setResult(1);
builder.setLossBloodOrTimes(20);
}else{
//没打过 //输了 保底+总奖励*奖励百分比
comDropMap = dropMap(sChallengeConfig, model, type, 0, fightResult.getCheckResult(),time,builder);