diff --git a/hwe/sammo/Command/General/che_임관.php b/hwe/sammo/Command/General/che_임관.php index f875a87e..56f3b9f1 100644 --- a/hwe/sammo/Command/General/che_임관.php +++ b/hwe/sammo/Command/General/che_임관.php @@ -144,7 +144,7 @@ class che_임관 extends Command\GeneralCommand{ $logger->pushGeneralActionLog("{$destNationName}에 임관했습니다. <1>$date"); $logger->pushGeneralHistoryLog("{$destNationName}에 임관"); - $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$destNationName}임관했습니다."); + $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$destNationName}임관했습니다."); if($gennum < GameConst::$initialNationGenLimit) { $exp = 700; diff --git a/hwe/sammo/Command/General/che_하야.php b/hwe/sammo/Command/General/che_하야.php index 80d54d72..4f9beb06 100644 --- a/hwe/sammo/Command/General/che_하야.php +++ b/hwe/sammo/Command/General/che_하야.php @@ -91,7 +91,7 @@ class che_하야 extends Command\GeneralCommand{ else{ $logger->pushGeneralActionLog("{$nationName}에서 하야했습니다. <1>$date"); $logger->pushGeneralHistoryLog("{$nationName}에서 하야"); - $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$nationName}에서 하야했습니다."); + $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$nationName}에서 하야했습니다."); $general->setVar('experience', $general->getVar('experience') * (1 - 0.1 * $general->getVar('betray'))); $general->addExperience(0, false); $general->setVar('dedication', $general->getVar('dedication') * (1 - 0.1 * $general->getVar('betray'))); diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index f4b4cb02..2043a56c 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -598,7 +598,7 @@ class General implements iAction{ } $josaYi = JosaUtil::pick($generalName, '이'); - $logger->pushGlobalActionLog("{$generalName}{$josaYi} 은퇴하고 그 자손이 유지를 이어받았습니다."); + $logger->pushGlobalActionLog("{$generalName}{$josaYi} 은퇴하고 그 자손이 유지를 이어받았습니다."); $logger->pushGeneralActionLog('나이가 들어 은퇴하고 자손에게 자리를 물려줍니다.', ActionLogger::PLAIN); $logger->pushGeneralHistoryLog('나이가 들어 은퇴하고, 자손에게 관직을 물려줌'); } diff --git a/hwe/sammo/TextDecoration/DyingMessage.php b/hwe/sammo/TextDecoration/DyingMessage.php index 4443e524..4578ed45 100644 --- a/hwe/sammo/TextDecoration/DyingMessage.php +++ b/hwe/sammo/TextDecoration/DyingMessage.php @@ -70,16 +70,16 @@ class DyingMessage{ protected static function getUtilNPCMessageList():array{ return [ - ';name;;이; 푸대접에 실망하여 떠났습니다.', - ';name;;이; 갑자기 화를 내며 떠났습니다.', - ';name;;이; 의견차이를 좁히지 못하고 떠났습니다.', - ';name;;이; 판단 착오였다며 떠났습니다.', - ';name;;이; 생활고가 나아지지 않는다며 떠났습니다.', - ';name;;이; 기대가 너무 컸다며 떠났습니다.', - ';name;;이; 아무 이유 없이 떠났습니다.', - ';name;;이; 자기 목적은 달성했다며 떠났습니다.', - ';name;;이; 자기가 없어도 될것 같다며 떠났습니다.', - ';name;;이; 처자식이 그립다며 떠났습니다.', + ';name;;이; 푸대접에 실망하여 떠났습니다.', + ';name;;이; 갑자기 화를 내며 떠났습니다.', + ';name;;이; 의견차이를 좁히지 못하고 떠났습니다.', + ';name;;이; 판단 착오였다며 떠났습니다.', + ';name;;이; 생활고가 나아지지 않는다며 떠났습니다.', + ';name;;이; 기대가 너무 컸다며 떠났습니다.', + ';name;;이; 아무 이유 없이 떠났습니다.', + ';name;;이; 자기 목적은 달성했다며 떠났습니다.', + ';name;;이; 자기가 없어도 될것 같다며 떠났습니다.', + ';name;;이; 처자식이 그립다며 떠났습니다.', ]; }