食物buffer消耗
parent
5cdfe42b6b
commit
36f7eaf835
|
@ -1080,6 +1080,9 @@ public class MapLogic {
|
||||||
addScore+=score;
|
addScore+=score;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(logic == MapMissionType.CONSUME_ACTION_POWER_EVENT.getMissionTypeValue()){
|
||||||
|
mapManager.updateFoodBufferByStep(bossIdOrItemId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//处理采矿 、宝箱
|
//处理采矿 、宝箱
|
||||||
|
|
Loading…
Reference in New Issue