game: npc 징병 쌀 기준 낮춤

This commit is contained in:
2022-07-27 18:48:37 +09:00
parent a0dee353b5
commit 947286bd09
+1 -1
View File
@@ -2574,7 +2574,7 @@ class GeneralAI
$gold = $general->getVar('gold');
$gold -= $this->fullLeadership * 3;
$rice = $general->getVar('rice');
$rice -= $this->fullLeadership * 4 + 500;
$rice -= $this->fullLeadership * 4;
if ($gold <= 0 || $rice <= 0) {
return null;