漏提交关卡限制条件脚本

back_recharge
yuanshuai 2021-12-15 13:07:39 +08:00
parent a5762d9aa9
commit 1c3a458869
1 changed files with 7 additions and 0 deletions

View File

@ -2133,6 +2133,7 @@ public class MapLogic {
* 3鸿6-15
* 4
* 55-10
* 65-10
* 7
*
* @param user
@ -2195,6 +2196,12 @@ public class MapLogic {
}
break;
}
case 6:{
if (user.getMapManager().getJourneyFinishNum() < ints[1]) {
return false;
}
break;
}
case 7: {
int num = 0;
for (Map.Entry<String, Hero> stringHeroEntry : user.getHeroManager().getHeroMap().entrySet()) {