견고 버그 수정, 저격 상향

This commit is contained in:
2020-04-30 04:32:35 +09:00
parent efffb46281
commit 0a212af11e
8 changed files with 29 additions and 12 deletions
+3 -3
View File
@@ -424,9 +424,6 @@ function processWar_NG(
}
$attacker->finishBattle();
$defender->finishBattle();
if($currPhase == $attacker->getMaxPhase()){
//마지막 페이즈의 전투 마무리
$attacker->logBattleResult();
@@ -435,6 +432,9 @@ function processWar_NG(
$attacker->tryWound();
$defender->tryWound();
}
$attacker->finishBattle();
$defender->finishBattle();
if($defender instanceof WarUnitCity){
$newConflict = $defender->addConflict();