유니크 훈련,사기 템에서 훈련, 사기가 영구적으로 오르는 버그 수정
This commit is contained in:
@@ -269,6 +269,14 @@ class WarUnit{
|
||||
return;
|
||||
}
|
||||
|
||||
function addTrainBonus(int $trainBonus){
|
||||
$this->trainBonus += $trainBonus;
|
||||
}
|
||||
|
||||
function addAtmosBonus(int $atmosBonus){
|
||||
$this->atmosBonus += $atmosBonus;
|
||||
}
|
||||
|
||||
function getComputedTrain(){
|
||||
return GameConst::$maxTrainByCommand;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user