전투 중 사기 증가가 제대로 반영되지 않는 버그 수정
This commit is contained in:
@@ -94,7 +94,7 @@ class WarUnitGeneral extends WarUnit{
|
|||||||
}
|
}
|
||||||
|
|
||||||
function addAtmos(int $atmos){
|
function addAtmos(int $atmos){
|
||||||
$this->increaseVarWithLimit('atmos', $train, 0, GameConst::$maxAtmosByWar);
|
$this->increaseVarWithLimit('atmos', $atmos, 0, GameConst::$maxAtmosByWar);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getComputedTrain(){
|
function getComputedTrain(){
|
||||||
|
|||||||
Reference in New Issue
Block a user