From 3852f644b8ae9788254ad52b36ef46cd39a50aba Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 27 Apr 2020 02:53:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=AC=EC=95=BC=20=EB=B6=80=EB=8C=80?= =?UTF-8?q?=EC=9E=A5=20=EC=82=AC=EB=A7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index e19e691c..f14fd17c 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3153,6 +3153,11 @@ class GeneralAI } if($npcType == 5){ + if($general->getNationID()==0){ + $general->setVar('killturn', 1); + $reservedCommand->reason='사망'; + return $reservedCommand; + } $result = $this->do집합(); $result->reason='do집합'; return $result;