总步数增加5

back_recharge
jiahuiwen 2019-03-15 14:04:46 +08:00
parent 00c4283490
commit ca1f5d5021
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class MapLogic {
if (heroes.size() != teamPosHeroInfos.size()) {
return;
}
mapManager.setTotalStep(totalStep);
mapManager.setTotalStep(totalStep + 5);
mapManager.setHeroes(heroes);
}
if (mapManager.getCurMapId() == 0) {