NPC 포상룰 변경

This commit is contained in:
2020-05-20 01:11:35 +09:00
parent af899b3ca8
commit 72e4cf3d10
3 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -240,10 +240,10 @@ class AutorunNationPolicy {
}
if($this->reqHumanWarRecommandGold === 0){
$this->reqHumanWarRecommandGold = Util::round($this->reqHumanWarUrgentGold * 3, -2);
$this->reqHumanWarRecommandGold = Util::round($this->reqHumanWarUrgentGold * 2, -2);
}
if($this->reqHumanWarRecommandRice === 0){
$this->reqHumanWarRecommandRice = Util::round($this->reqHumanWarUrgentRice * 3, -2);
$this->reqHumanWarRecommandRice = Util::round($this->reqHumanWarUrgentRice * 2, -2);
}
if($general->getNPCType() >= 2){