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;