쌀 소모에 '명성 버프/디버프' 성격이 적용되는 기존 버그 수정

This commit is contained in:
2018-08-26 23:11:19 +09:00
parent a315da6041
commit be15f1c698
-1
View File
@@ -475,7 +475,6 @@ class WarUnitGeneral extends WarUnit{
$rice *= 0.8;
}
$rice *= getCharExpMultiplier($this->getCharacter());
$rice *= $this->crewType->rice;
$rice *= getTechCost($this->getNationVar('tech'));