From 947286bd09a7c34a0073da49cfa87ae87a8325a6 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 27 Jul 2022 18:47:43 +0900 Subject: [PATCH] =?UTF-8?q?game:=20npc=20=EC=A7=95=EB=B3=91=20=EC=8C=80=20?= =?UTF-8?q?=EA=B8=B0=EC=A4=80=20=EB=82=AE=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index d6e33cf9..7d5986c7 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -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;